From eda090f84c688adbf4185a83e18a6fd9b56185c6 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 24 Mar 2019 21:31:45 +0100 Subject: [PATCH] Removed duplicate echo line Installing the E-Paper-Calendar Software for your display was displayed twice when updating. This has been fixed --- Installer-with-debug.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index cce4544..6dc1a01 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -45,7 +45,6 @@ if [ "$option" = 1 ]; then cp -r /home/pi/E-Paper-Calendar /home/pi/E-Paper-Calendar-old sudo rm -r /home/pi/E-Paper-Calendar echo "Updating now..." - echo -e "\e[1;36m"Installing the E-Paper-Calendar Software for your display"\e[0m" cd else echo -e "Could not find any settings.py file in /home/pi/E-Paper-Calendar/Calendar"