Merge pull request #1207 from ntnlabs/patch-1

Update arkmanager
This commit is contained in:
Ben Peddell 2021-12-21 16:46:30 +10:00 committed by GitHub
commit 996983d989
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
}