From 459e53c3c4ca9801e999850615177b9866b66072 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Wed, 26 Jul 2017 15:13:08 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 914bb7f..8ce57e0 100755 --- a/install.sh +++ b/install.sh @@ -106,9 +106,9 @@ fi if [ -f "/usr/bin/motd" ] then - echo -e " -->\e[34m motd already \e[92minstalled\e[0m" + ln -s /usr/bin/motds32 /usr/bin/motd else - ln -s /usr/bin/motds32 /usr/bin/motd + echo -e " -->\e[34m motd already \e[92minstalled\e[0m" fi