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

This commit is contained in:
Nils Schneider 2013-10-03 22:48:54 +02:00
parent f727a3c119
commit 6c3d8621ff
1 changed files with 1 additions and 1 deletions

View File

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