Browse Source

Fix bug cron !

master
heuzef 5 years ago
parent
commit
14e86f9318
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      install.sh

+ 1
- 2
install.sh View File

@@ -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


Loading…
Cancel
Save