From af803634c094719820bfb4944bf81012a55e4a76 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 23 Sep 2019 20:52:41 -0400 Subject: [PATCH] edit shutdown message --- installers/common.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index cc58411..d8e3604 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -375,9 +375,8 @@ function install_complete() { echo "Installation reboot aborted." exit 0 fi - echo "Shutting down\n" - echo "Allow a minute for reinitialization\n" - echo "Connect wifi to SSID loki-access and use default password 'ChangeMe'" + install_log "Shutting Down" + echo -n "Allow a minute for reinitialization then connect wifi to SSID loki-access and use default password 'ChangeMe'" sleep 8 sudo shutdown -r now || install_error "Unable to execute shutdown" }