mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
add exit after command
This commit is contained in:
parent
3b15a617ae
commit
ffb9f71398
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
###################
|
||||
|
|
Loading…
Add table
Reference in a new issue