Changed _stat exit code, added line return, added README link to wiki

This commit is contained in:
Tim O'Brien 2016-07-25 11:07:34 -07:00
parent 32fdc19697
commit 3ad08e9515
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Wiki: https://github.com/Neilpang/acme.sh/wiki
|14|-----| Cloud Linux https://github.com/Neilpang/le/issues/111
|15|[![](https://cdn.rawgit.com/Neilpang/acmetest/master/status/openbsd.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)|OpenBSD
|16|[![](https://cdn.rawgit.com/Neilpang/acmetest/master/status/mageia.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)|Mageia
|17|-----| OpenWRT: Tested and working. See [wiki page](https://github.com/Neilpang/acme.sh/wiki/How-to-run-on-OpenWRT)
For all build statuses, check our [daily build project](https://github.com/Neilpang/acmetest):

View File

@ -549,7 +549,8 @@ _stat() {
if stat -f '%Su:%Sg' "$1" 2>/dev/null ; then
return
fi
return 3; #error, 'stat' not found
return 1; #error, 'stat' not found
}
#keyfile