diff --git a/gestion/gen_confs/wifi.py b/gestion/gen_confs/wifi.py index 1f90bdbb..efed45d3 100755 --- a/gestion/gen_confs/wifi.py +++ b/gestion/gen_confs/wifi.py @@ -229,6 +229,16 @@ if [ "$(nvram get cron_enable)" != "0" ]; then fi echo " ok" +echo -n Désactivation de boot wait... +if [ "$(nvram get boot_wait)" = "on" ]; then + nvram set boot_wait=off + if [ $change -eq 0 ]; then + # Sinon, on rebootera par la suite + nvram commit + fi +fi +echo " ok" + echo -n Commit des changements... if [ $change -eq 1 ]; then nvram commit