Update arkmanager

Typo
This commit is contained in:
NTN Labs 2021-12-20 21:26:41 +01:00 committed by GitHub
parent 4e197555df
commit 5e548c6901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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