From 2ac1c091591b73c210e18df7cefb27726481a9fe Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 18 Oct 2018 23:48:04 +0200 Subject: [PATCH] fixed typo --- home.admin/00mainMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 484c88bc5..427d89059 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -233,7 +233,7 @@ case $CHOICE in ;; OFF) echo "After Shutdown remove power from RaspiBlitz." - echo "Press ENTER to start shutdown - the wait some seconds." + echo "Press ENTER to start shutdown - then wait some seconds." read key sudo shutdown now exit 0