fixed typo

This commit is contained in:
rootzoll
2018-10-18 23:48:04 +02:00
parent c1a69fbfe9
commit 2ac1c09159

View File

@@ -233,7 +233,7 @@ case $CHOICE in
;; ;;
OFF) OFF)
echo "After Shutdown remove power from RaspiBlitz." 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 read key
sudo shutdown now sudo shutdown now
exit 0 exit 0