From d6536fda3db11e4a06845641bf1790f9ac33edd1 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 15 Feb 2019 14:57:41 +0100 Subject: [PATCH] twaeking --- iso/installer/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 45a9e7cd..08a28e34 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -798,13 +798,13 @@ rm -rf /etc/issue.d/cockpit.issue && \ rm -rf /etc/motd.d/cockpit && \ rm -rf /etc/issue.net && \ rm -rf /etc/motd && \ +systemctl restart console-setup.service + if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ]; then echo "Done. Please reboot." else - reset - dialog --clear --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Thanks for your patience. Now rebooting. ]" --pause "" 6 80 2 && \ - systemctl restart console-setup.service - dialog --clear + sleep 2 + fuBANNER "Rebooting ..." reboot fi