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)
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