Skip to content
Snippets Groups Projects
Commit 0a6c21e1 authored by Nils Schneider's avatar Nils Schneider
Browse files

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

parent 903d1575
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ wait=3 ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment