From f166c8935849e365207b5050c2d4861244427471 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Mon, 31 Jul 2017 15:33:37 +0200 Subject: [PATCH] modif install --- install.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index 7bd58ee..7c1d94e 100755 --- a/install.sh +++ b/install.sh @@ -267,13 +267,14 @@ echo "Installation MOTDs32 terminated." *) break ;; esac - -## Generate first stats -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" read -n 1 +## Generate first stats +if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; echo "genrate first stat"; 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" +# read -n 1 + done # Restore screen