From cf39728ca49d551f7d3090b78c7b4e3e55d99899 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 17 Jan 2019 23:12:30 +0100 Subject: [PATCH] ui fix --- home.admin/00settingsMenuServices.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 936fd59..1b09af7 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -177,6 +177,7 @@ fi if [ ${needsReboot} -eq 1 ]; then sleep 2 dialog --pause "OK. System will reboot to activate changes." 8 58 8 + clear echo "rebooting .. (please wait)" sleep 3 sudo shutdown -r now