diff --git a/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode b/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode index 314f8a43..83c0aa2d 100755 --- a/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode +++ b/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode @@ -6,9 +6,7 @@ wait=3 wait_setup_mode() { sleep $wait - uci set 'gluon-setup-mode.@setup_mode[0].enabled=1' - uci commit gluon-setup-mode - reboot + gluon-enter-setup-mode }