Merge branch 'master' into deploy

This commit is contained in:
interfisch 2017-02-17 01:36:02 +01:00
commit f9e69a8bb6
1 changed files with 6 additions and 0 deletions

6
startup.sh Executable file
View 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"