From 17cc15d24a2a604da424e007be81536cf9628520 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 23 Sep 2019 20:04:46 -0400 Subject: [PATCH] Provide shutdown message. --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 2552db6..7c93caa 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -373,7 +373,7 @@ function install_complete() { fi echo -n "Shutting down" echo -n "Allow a minute for reinitialization" - echo -n "Then connect to SSID loki-access" + echo -n "Connect wifi to SSID loki-access and use default password 'ChangeMe'" sleep 8 sudo shutdown -r now || install_error "Unable to execute shutdown" }