From 7551559e7b03303c389825bdac57ebdc527f5ca1 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 7 Oct 2024 02:02:34 +0530 Subject: [PATCH] removed exit at the end to keep source activated --- setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.sh b/setup.sh index 8418934..f1f4cb4 100755 --- a/setup.sh +++ b/setup.sh @@ -95,5 +95,3 @@ python3 blinka-test.py echo -e "$line\nBlinka works!\n$line\n" echo -e "\n\n\n$line$line$line\nSetup completed.\nExecute the command 'python3 /home/$(whoami)/Desktop/temp-sensor/temp-calc.py' to calculate\nthe temperature.\n# DESIGNED AND ENGINEERED BY KSHITIJ.\n# END OF SCRIPT\n$line$line$line\n\n\n" - -exit 1