diff --git a/installer_auto.sh b/installer_auto.sh index 9597ccf..d475134 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -45,7 +45,7 @@ long_sleep () { # reboot host run_reboot () { - echo -e "\nREBOOTING IN $long_delay MINUTES\n" + echo -e "\nREBOOTING IN $long_delay MINUTES\n\n" sudo shutdown -r +$long_delay }