Merge pull request #1094 from jparks/master

Fix logdir permission warning
This commit is contained in:
Ben Peddell 2020-05-16 06:51:32 +10:00 committed by GitHub
commit c6cbc3824d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,7 +342,7 @@ checkConfig() {
# Service configuration
# logdir
if [ ! -w "$logdir" ] ; then
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tYou have not rights to write in the log directory."
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tYou do not permission to write to the log directory."
fi
}