From 06a361dc1ff55b23ce771258df15783476ca8905 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 21:48:23 +0200 Subject: [PATCH] Update install.sh --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6200ee1..3f726dd 100755 --- a/install.sh +++ b/install.sh @@ -114,11 +114,14 @@ fi crontab -l | grep -q '/usr/bin/motds32' && echo 'entry exists' || echo -e "2.\e[92m Cron add ==> \e[0m */5 * * * * /usr/bin/motds32 -g 2>1 \e[92m (generate each 5 minutes)\n" && crontab << FIN $(crontab -l) -### MOTDs32 generation (5 min) */5 * * * * /usr/bin/motds32 -g 2>1 -### FIN +## todo +### MOTDs32 generation (5 min) +#/5 * * * * /usr/bin/motds32 -g 2>1 +### + ## Generate first stats