Preparations for v1.4!
This commit is contained in:
parent
0e03d518d5
commit
813c6b2adb
@ -88,7 +88,7 @@ if [ "$digit" = 2 ]; then
|
||||
This document contains a short info of the E-Paper-Calendar software version
|
||||
|
||||
Version: 2-Colour E-Paper-version
|
||||
Installer version: 1.3 (Mid October 2018)
|
||||
Installer version: 1.4 (Late December 2018)
|
||||
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
|
||||
If the time was set correctly, you installed this software on:
|
||||
EOF
|
||||
@ -103,7 +103,7 @@ if [ "$digit" = 3 ]; then
|
||||
This document contains a short info of the version
|
||||
|
||||
Version: 3-Colour E-Paper-version
|
||||
Installer version: 1.3 (Mid October 2018)
|
||||
Installer version: 1.4 (Late December 2018)
|
||||
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
|
||||
If the time was set correctly, you installed this software on:
|
||||
EOF
|
||||
@ -119,7 +119,9 @@ sudo bash -c 'cat > /etc/supervisor/conf.d/E-Paper.conf' << EOF
|
||||
[program:E-Paper]
|
||||
command = sudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/stable.py
|
||||
stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log
|
||||
stdout_logfile_maxbytes = 1MB
|
||||
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
|
||||
stderr_logfile_maxbytes = 1MB
|
||||
EOF
|
||||
|
||||
sudo service supervisor start E-Paper
|
||||
|
Loading…
Reference in New Issue
Block a user