From ffb9f713984954ee5708d5e84ff36ddcba66e57c Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 2 Sep 2020 17:52:53 +0200 Subject: [PATCH] add exit after command --- home.admin/config.scripts/blitz.lcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/blitz.lcd.sh b/home.admin/config.scripts/blitz.lcd.sh index 6bf9ce6f5..9e4e6546c 100644 --- a/home.admin/config.scripts/blitz.lcd.sh +++ b/home.admin/config.scripts/blitz.lcd.sh @@ -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 ###################