From 13ac5a56f72ec30c845f2f1d92727e76c293be4c Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 21 Jul 2017 10:45:59 +0200 Subject: [PATCH] Update install.sh --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 16df6d7..430785b 100755 --- a/install.sh +++ b/install.sh @@ -116,10 +116,10 @@ if echo "$answer" | grep -iq "^y" ;then echo -e "\n\e[92m apt-get installation\e[0m Succesfull\n" if [ -f /usr/bin/motds32 ] then - echo -e "\n\e[92m Make file done.\n" + echo -e "\n\e[92m Make file\e[0m done.\n" else make install - echo -e "\n\e[92m Make file done.\n" + echo -e "\n\e[92m Make file\e[0m done.\n" fi else echo -e "\n\e[34mDo you want to continue this installation? (y/n)\n " @@ -140,9 +140,9 @@ fi ## Install Crontab if crontab -l | grep -q '/usr/bin/motds32'; then -echo -e "\e[92m Cron already added." +echo -e "\e[92m Cron already \e[0madded." else -echo -e "\e[92m Cron added." +echo -e "\e[92m Cron \e[0m added." (crontab -l ; echo "*/5 * * * * /usr/bin/motds32 -g 2>1")| crontab - fi @@ -152,7 +152,7 @@ fi /usr/bin/motds32 -g #echo -ne '\n\e[0m #######################(100%)\r\n\n' -echo -e "\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\nUse: /usr/bin/motds32 for help\n" +echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\nUse: /usr/bin/motds32 for help\n" exit 0 #EOF