mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-26 08:18:27 +00:00
Fix logdir permission warning
This commit is contained in:
parent
3b7709e17c
commit
17e3b6492a
@ -342,7 +342,7 @@ checkConfig() {
|
|||||||
# Service configuration
|
# Service configuration
|
||||||
# logdir
|
# logdir
|
||||||
if [ ! -w "$logdir" ] ; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user