From 04fceb6a416dd6b214770149c0376d28060812ab Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 18 Apr 2019 13:45:59 +0200 Subject: [PATCH] Update prototype.sh --- prototype.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/prototype.sh b/prototype.sh index 3adcba2..bb5ad25 100644 --- a/prototype.sh +++ b/prototype.sh @@ -24,11 +24,14 @@ if [ "$option" = 3 ]; then if [ -e /etc/supervisor/conf.d/E-Paper.conf ]; then sudo rm /etc/supervisor/conf.d/E-Paper.conf fi - echo -e "The libraries have been removed successfully" + echo -e "\e[1;36m"The libraries have been removed successfully"\e[0m" + sleep 1 echo -e "Removing the Inky-Calendar folder if it exists" if [ -d "/home/pi/Inky-Calendar" ]; then sudo rm -r /home/pi/Inky-Calendar/ + echo -e "\e[1;36m"Found the E-Paper-software folder and deleted it"\e[0m" fi + echo -e "\e[1;36m"All done!"\e[0m" fi if [ "$option" = 1 ]; then