Revert "restore cursor on exit"

This reverts commit 8fe0202c2e.

Better to do this in the RP ES launch script
This commit is contained in:
Jools Wills 2016-09-12 19:11:25 +01:00
parent 8fe0202c2e
commit 5b74b877ef

View file

@ -15,6 +15,5 @@ while true; do
sudo poweroff
break
fi
tput cnorm
break
done