From 6e39e277ae093b26a6d68955ecb79417de1f13f0 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 23 Jul 2020 13:54:56 +0200 Subject: [PATCH] restart info --- home.admin/config.scripts/internet.wifi.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home.admin/config.scripts/internet.wifi.sh b/home.admin/config.scripts/internet.wifi.sh index 07f3e5c7e..39242f377 100755 --- a/home.admin/config.scripts/internet.wifi.sh +++ b/home.admin/config.scripts/internet.wifi.sh @@ -52,7 +52,7 @@ network={ sudo mv /home/admin/wpa_supplicant.conf /boot/wpa_supplicant.conf sudo chmod 755 /boot/wpa_supplicant.conf - echo "# OK - reboot needed to activate new WIFI settings" + echo "# OK - reboot needed to activate new WIFI settings - use command: restart" exit 0 elif [ "$1" == "off" ]; then @@ -65,8 +65,7 @@ update_config=1" sudo mv /home/admin/wpa_supplicant.conf /etc/wpa_supplicant/wpa_supplicant.conf sudo chmod 600 /etc/wpa_supplicant/wpa_supplicant.conf - sudo service networking restart - echo "# OK - WIFI should now be off" + echo "# OK - reboot needed to turn WIFI off - use command: restart" exit 0 else