add exit after command

This commit is contained in:
rootzoll 2020-09-02 17:52:53 +02:00
parent 3b15a617ae
commit ffb9f71398

View file

@ -62,10 +62,10 @@ if [ "${command}" == "check-repair" ]; then
echo "# --> restart to acrivate new driver"
./LCD35-show
sudo shutdown -r now
exit
else
echo "# --> new LCD driver detected - no need to update LCD drivers."
fi
exit
fi
###################