From 102b223983a8bc30abf4097cbd80f1b1057086bf Mon Sep 17 00:00:00 2001 From: /geco Date: Sun, 23 Dec 2018 13:04:19 +0100 Subject: [PATCH] a little sleep before reboot --- home.admin/00settingsMenuServices.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 3c038cb..72bc117 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -191,5 +191,6 @@ if [ ${needsReboot} -eq 1 ]; then sleep 2 dialog --title 'OK' --msgbox 'System will reboot to activate changes.' 6 26 echo "rebooting .." + sleep 3 sudo shutdown -r now fi \ No newline at end of file