gluon-config-mode: forgot to rename uci config in button script
This commit is contained in:
parent
903d157550
commit
0a6c21e167
@ -6,7 +6,7 @@ wait=3
|
|||||||
|
|
||||||
wait_config_mode() {
|
wait_config_mode() {
|
||||||
sleep $wait
|
sleep $wait
|
||||||
uci set 'config-mode.@wizard[0].enabled=1'
|
uci set 'gluon-config-mode.@wizard[0].enabled=1'
|
||||||
uci commit config-mode
|
uci commit config-mode
|
||||||
reboot
|
reboot
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user