Ver código fonte

Fix bug cron !

master
heuzef 5 anos atrás
pai
commit
14e86f9318
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      install.sh

+ 1
- 2
install.sh Ver arquivo

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


Carregando…
Cancelar
Salvar