removed exit at the end to keep source activated
This commit is contained in:
parent
ed83b054cb
commit
f9b83decd7
4
setup.sh
4
setup.sh
@ -94,6 +94,4 @@ sudo apt install -y i2c-tools libgpiod-dev python3-libgpiod
|
||||
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
|
||||
echo -e "\n\n\n$line$line$line\nSetup completed.\nExecute the command 'python3 temp-calc.py' to calculate the temperature.\n# DESIGNED AND ENGINEERED BY KSHITIJ.\n# END OF SCRIPT\n$line$line$line\n\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user