Merge branch 'master' into deploy
This commit is contained in:
commit
f9e69a8bb6
1 changed files with 6 additions and 0 deletions
6
startup.sh
Executable file
6
startup.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /home/pi/mqtt-to-flipdot
|
||||||
|
|
||||||
|
#/usr/bin/python3 mqtt-to-flipdot.py
|
||||||
|
su pi -c "screen -dmS ausflippen python3 mqtt-to-flipdot.py"
|
Loading…
Reference in a new issue