From 7b997564aced319b04cb6911a75913c5fccde80c Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Mon, 31 Jul 2017 15:26:48 +0200 Subject: [PATCH] modif makefile --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 05ab05c..5db0afb 100755 --- a/install.sh +++ b/install.sh @@ -165,7 +165,7 @@ tput cup 11 0 (crontab -l ; echo "*/5 * * * * /usr/bin/motds32 -g 2>1")| crontab - fi ## Generate first stats -if test -f /usr/bin/motds32; /usr/bin/motds32 -g; fi +if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\n Help? Use: \n \033[1;30m /usr/bin/motds32\e[0m \n or \033[1;30m\n motd\e[0m\n" printf "\n \e[1;33m (Press any key to exit.)\e[0m" @@ -227,7 +227,7 @@ tput rmcup (crontab -l ; echo "*/5 * * * * /usr/bin/motds32 -g 2>1")| crontab - fi ## Generate first stats - if test -f /usr/bin/motds32; /usr/bin/motds32 -g; fi + if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\n Help? Use: \n \033[1;30m /usr/bin/motds32\e[0m \n or \033[1;30m\n motd\e[0m\n" printf "\n \e[1;33m (Press any key to exit.)\e[0m" @@ -272,7 +272,7 @@ tput rmcup esac ## Generate first stats -if test -f /usr/bin/motds32; /usr/bin/motds32 -g; fi +if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\n Help? Use: \n \033[1;30m /usr/bin/motds32\e[0m \n or \033[1;30m\n motd\e[0m\n" printf "\n \e[1;33m (Press any key to exit.)\e[0m"