diff --git a/Installer-without-debug b/Installer-without-debug index aa23226..1924f59 100644 --- a/Installer-without-debug +++ b/Installer-without-debug @@ -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