From c6d1250b4663342e760df38c78f2efc0a39b614e Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 14 May 2024 17:54:16 +0200 Subject: [PATCH] mwwatchdog: rename nvram variable for log debugging, to be different than in mwan.c scrip --- release/src-rt-6.x.4708/router/others/mwwatchdog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/others/mwwatchdog b/release/src-rt-6.x.4708/router/others/mwwatchdog index 0cc9bd1301..a72b961a91 100755 --- a/release/src-rt-6.x.4708/router/others/mwwatchdog +++ b/release/src-rt-6.x.4708/router/others/mwwatchdog @@ -23,7 +23,7 @@ while [ $i -le $MWAN ]; do done LOGS="logger -t mwwatchdog[$PID]" -[ "$(NG mwan_debug)" -gt 0 ] && DEBUG="logger -p DEBUG -t mwwatchdog[$PID]" || DEBUG="echo" +[ "$(NG mwanwatchdog_debug)" -gt 0 ] && DEBUG="logger -p DEBUG -t mwwatchdog[$PID]" || DEBUG="echo" timeout() {