Update prototype.sh

This commit is contained in:
Ace 2019-02-06 01:39:32 +01:00 committed by GitHub
parent c8efdade43
commit 0070990765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ if [ "$option" = 2 ]; then
sudo pip3 install ics
pip3 install pyowm
pip3 install ics
echo "Finished installing libraries"
echo -e "\e[1;36m""Finished installing libraries"\e[0m"
fi
if [ "$option" = 1 ] || [ "$option" = 2 ]; then
@ -108,7 +108,7 @@ Version: 1.5
Installer version: 1.5 (Early February 2019)
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
If the time was set correctly, you installed this software on:
EOF
EOF
echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt
echo ""
@ -123,7 +123,7 @@ 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
EOF
sudo service supervisor start E-Paper
echo ""