gluon-setup-mode: use gluon-enter-setup-mode

This commit is contained in:
Maciej Krüger 2022-04-05 23:16:30 +02:00
parent cc49806e08
commit 1d7d50cf23
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -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
}