more information on shutdown

This commit is contained in:
rootzoll 2018-10-18 23:40:37 +02:00
parent bb2acf0169
commit 51dda14484

View File

@ -233,7 +233,7 @@ case $CHOICE in
;;
OFF)
echo "After Shutdown remove power from RaspiBlitz."
echo "Press ENTER to start shutdown."
echo "Press ENTER to start shutdown - the wait some seconds."
read key
sudo shutdown now
exit 0