Skip to content

Commit 5380f9b

Browse files
committed
fix cwmp update inhibitor (typo)
1 parent 8d75af8 commit 5380f9b

File tree

1 file changed

+1
-1
lines changed
  • decompressed/base/usr/lib/cwmpd/transfers

1 file changed

+1
-1
lines changed

decompressed/base/usr/lib/cwmpd/transfers/upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ if [ "$TRANSFER_ACTION" = "start" ]; then
244244

245245
ubus send cwmpd.transfer '{ "session": "begins", "type": "upgrade" }'
246246

247-
if [ "$(uci get -q mogui.var.disable_cwmp_update)" = "1" ]; then
247+
if [ "$(uci get -q modgui.var.disable_cwmp_update)" = "1" ]; then
248248
# TIM IS LOVE, TIM IS LIFE. No disclusure for you :D
249249
if echo $TRANSFER_URL | grep -q 'Firmware/TR069/AGThomson'; then
250250
uci set modgui.var.reboot_reason_msg="TIM ACS asked for firmware update. Go to Modgui Settings to allow this."

0 commit comments

Comments
 (0)