fix log message

This commit is contained in:
2024-09-30 08:59:20 +02:00
parent 79855cfbca
commit b73dda4496

View File

@@ -345,7 +345,7 @@ if [ -f "$OVERLOAD_SCRIPT" -a -r "$OVERLOAD_SCRIPT" ]; then
echo "source $OVERLOAD_SCRIPT" >&$LOG
source "$OVERLOAD_SCRIPT"
else
echo "overload script '$OVERLOAD_SCRIPT' does not exist or is not readable"
echo "overload script '$OVERLOAD_SCRIPT' does not exist or is not readable" >&$DEBUGLOG
fi