mwwatchdog: rename nvram variable for log debugging, to be different than in mwan.c scrip

arm-master
pedro 1 year ago
parent 93881f6b6e
commit c6d1250b46

@ -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() {

Loading…
Cancel
Save