Update Packages-installer

This commit is contained in:
Ace 2018-08-27 20:50:37 +02:00 committed by GitHub
parent e165205622
commit ded66dbaf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ sudo apt-get install supervisor -y
sudo bash -c 'cat > /etc/supervisor/conf.d/E-Paper.conf' << EOF
[program:E-Paper]
command = /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/stable.py
command = sudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/stable.py
stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
EOF