Adjusted start.sh
This commit is contained in:
parent
d6461faa06
commit
892b1c6b7c
1 changed files with 2 additions and 9 deletions
11
src/start.sh
11
src/start.sh
|
@ -1,9 +1,2 @@
|
|||
#! /bin/sh
|
||||
# sleep 30
|
||||
|
||||
# echo "before screen" >> /home/pi/matrixclock/log.log
|
||||
|
||||
screen -dmS matrixclock python /home/pi/matrixclock/matrixclock.py
|
||||
|
||||
# echo $? >> /home/pi/matrixclock/log.log
|
||||
# echo "after screen" >> /home/pi/matrixclock/log.log
|
||||
cd /home/pi/matrix-clock/src
|
||||
uvicorn main:app --reload --host 0.0.0.0
|
Loading…
Reference in a new issue