From 14e86f931874146afb911a1843e4f6f958a374a5 Mon Sep 17 00:00:00 2001 From: heuzef Date: Sun, 12 May 2019 16:26:39 +0200 Subject: [PATCH] Fix bug cron ! --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index cbc1937..dddd456 100755 --- a/install.sh +++ b/install.sh @@ -67,8 +67,7 @@ echo "" >> /etc/rc.local echo "exit 0" >> /etc/rc.local # Mise en place de la routine de verification de l'etat des services -# echo 'MAILTO=""' | crontab -u allo-gg - -echo '*/20 * * * * allo-gg /var/www/html/scripts/check_services.sh > /dev/null' | crontab -u allo-gg - +echo '*/20 * * * * /var/www/html/scripts/check_services.sh > /dev/null' | crontab -u allo-gg - # Creation du fichier de log date > /var/www/html/ui/allo-gg.log