[ssl_mgmt] Exit if missing file or rights

This commit is contained in:
Thomas Preud'homme 2014-05-11 12:07:34 +08:00
parent 7bc13c2c89
commit 7c3cb1e960
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ exit_if_no_access ()
echo "You do not have enough rights to access ${accessedFile}."
echo "Permission of $accessedFile are:"
getfacl "$accessedFile"
exit 1
fi
}