From f8d23e9f2e73c3bea0acb13274a24b7e069b7792 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 11 Oct 2018 13:29:04 +0200 Subject: [PATCH] Update Installer-with-debug --- Installer-with-debug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installer-with-debug b/Installer-with-debug index df71e80..e3cbd6e 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -130,8 +130,8 @@ echo "" echo -e "\e[1;36m"The install was successful"\e[0m" echo -e "\e[1;36m"The programm will now start at every boot."\e[0m" -echo -e "\e[1;31m"Please enter your details in the main script."\e[0m" -echo -e "\e[1;31m"If the file is not modified, the programm will not start"\e[0m" +echo -e "\e[1;31m"Please enter your details in the file 'settings.py'."\e[0m" +echo -e "\e[1;31m"If this file is not modified, the programm will not start"\e[0m" -echo -e "\e[1;36m"To modify the main file, enter:"\e[0m" -echo -e "\e[1;36m"nano /home/pi/E-Paper-Master/Calendar/stable.py"\e[0m" +echo -e "\e[1;36m"To modify the settings file, enter:"\e[0m" +echo -e "\e[1;36m"nano /home/pi/E-Paper-Master/Calendar/settings.py"\e[0m"