From 389f796f8a4dee7f1ce4eb2bb2bf3cf4f29919ca Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 30 Jul 2017 14:47:30 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d216821..fe1ce88 100755 --- a/install.sh +++ b/install.sh @@ -181,7 +181,9 @@ fi /usr/bin/motds32 -g #echo -ne '\n\e[0m #######################(100%)\r\n\n' -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" +echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\n\n" +echo -e "----------------------------------------------------------\e[0m" +echo -e "\n Help? Use: \n \033[1;30m /usr/bin/motds32\e[0m \n or \033[1;30m\n motd\e[0m\n" exit 0 #EOF