mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
add exit after command
This commit is contained in:
@@ -62,10 +62,10 @@ if [ "${command}" == "check-repair" ]; then
|
|||||||
echo "# --> restart to acrivate new driver"
|
echo "# --> restart to acrivate new driver"
|
||||||
./LCD35-show
|
./LCD35-show
|
||||||
sudo shutdown -r now
|
sudo shutdown -r now
|
||||||
exit
|
|
||||||
else
|
else
|
||||||
echo "# --> new LCD driver detected - no need to update LCD drivers."
|
echo "# --> new LCD driver detected - no need to update LCD drivers."
|
||||||
fi
|
fi
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
Reference in New Issue
Block a user