Update prototype.sh
This commit is contained in:
parent
c8efdade43
commit
0070990765
@ -84,7 +84,7 @@ if [ "$option" = 2 ]; then
|
|||||||
sudo pip3 install ics
|
sudo pip3 install ics
|
||||||
pip3 install pyowm
|
pip3 install pyowm
|
||||||
pip3 install ics
|
pip3 install ics
|
||||||
echo "Finished installing libraries"
|
echo -e "\e[1;36m""Finished installing libraries"\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$option" = 1 ] || [ "$option" = 2 ]; then
|
if [ "$option" = 1 ] || [ "$option" = 2 ]; then
|
||||||
@ -108,7 +108,7 @@ Version: 1.5
|
|||||||
Installer version: 1.5 (Early February 2019)
|
Installer version: 1.5 (Early February 2019)
|
||||||
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
|
configuration file: /home/pi/E-Paper-Master/Calendar/settings.py
|
||||||
If the time was set correctly, you installed this software on:
|
If the time was set correctly, you installed this software on:
|
||||||
EOF
|
EOF
|
||||||
echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt
|
echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log
|
|||||||
stdout_logfile_maxbytes = 1MB
|
stdout_logfile_maxbytes = 1MB
|
||||||
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
|
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
|
||||||
stderr_logfile_maxbytes = 1MB
|
stderr_logfile_maxbytes = 1MB
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
sudo service supervisor start E-Paper
|
sudo service supervisor start E-Paper
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user