We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d75af8 commit 5380f9bCopy full SHA for 5380f9b
decompressed/base/usr/lib/cwmpd/transfers/upgrade.sh
@@ -244,7 +244,7 @@ if [ "$TRANSFER_ACTION" = "start" ]; then
244
245
ubus send cwmpd.transfer '{ "session": "begins", "type": "upgrade" }'
246
247
- if [ "$(uci get -q mogui.var.disable_cwmp_update)" = "1" ]; then
+ if [ "$(uci get -q modgui.var.disable_cwmp_update)" = "1" ]; then
248
# TIM IS LOVE, TIM IS LIFE. No disclusure for you :D
249
if echo $TRANSFER_URL | grep -q 'Firmware/TR069/AGThomson'; then
250
uci set modgui.var.reboot_reason_msg="TIM ACS asked for firmware update. Go to Modgui Settings to allow this."
0 commit comments