From b73dda449604719fb40293dd69855919214a2107 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Mon, 30 Sep 2024 08:59:20 +0200 Subject: [PATCH] fix log message --- snmpd-oid-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmpd-oid-daemon.sh b/snmpd-oid-daemon.sh index 7d27b36..38a7e19 100755 --- a/snmpd-oid-daemon.sh +++ b/snmpd-oid-daemon.sh @@ -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