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

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

parent 0a6c21e1
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ wait=3 ...@@ -7,7 +7,7 @@ wait=3
wait_config_mode() { wait_config_mode() {
sleep $wait sleep $wait
uci set 'gluon-config-mode.@wizard[0].enabled=1' uci set 'gluon-config-mode.@wizard[0].enabled=1'
uci commit config-mode uci commit gluon-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