Praparations for next release

This commit is contained in:
Ace 2019-02-02 22:03:07 +01:00 committed by GitHub
parent 6357cd3838
commit dc692c03a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,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.4 (Late December 2018)
Installer version: 1.5 (Mid February 2018)
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
If the time was set correctly, you installed this software on:
EOF
@ -98,7 +98,7 @@ if [ "$digit" = 3 ]; then
This document contains a short info of the version
Version: 3-Colour E-Paper-version
Installer version: 1.4 (Late December 2018)
Installer version: 1.5 (Mid February 2019)
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
If the time was set correctly, you installed this software on:
EOF
@ -112,7 +112,7 @@ sudo apt-get install supervisor -y
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
command = sudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/E-Paper.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