Fix logdir permission warning

This commit is contained in:
Jason Parks 2020-05-15 12:28:30 -05:00
parent 3b7709e17c
commit 17e3b6492a

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
}