gluon-config-mode: forgot to rename uci config in button script

This commit is contained in:
Nils Schneider 2013-10-03 22:12:47 +02:00
parent 4076b7f1f0
commit f727a3c119
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ wait=3
wait_config_mode() {
sleep $wait
uci set 'config-mode.@wizard[0].enabled=1'
uci set 'gluon-config-mode.@wizard[0].enabled=1'
uci commit config-mode
reboot
}