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

@@ -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