Compare commits

..

No commits in common. '65446fd9fed8792641e3305177aca4099bf04561' and 'e4d30f8337ddea17a2578c43659bcf351b5b50ba' have entirely different histories.

@ -55,7 +55,7 @@ else
fi
#Add scheduled task by cron and enable
echo "*/2 * * * * www-data /usr/bin/php /var/www/html/glpi/front/cron.php &>/dev/null" > /etc/cron.d/glpi
echo "*/2 * * * * www-data /usr/bin/php /var/www/html/glpi/front/cron.php &>/dev/null" >> /etc/cron.d/glpi
#Start cron service
service cron start

Loading…
Cancel
Save