Compare commits

...

2 Commits

Author SHA1 Message Date
DiouxX 65446fd9fe
Merge pull request #96 from vladkvl13/patch-1
2 years ago
vladkvl13 1051a4f1cf
Update glpi-start.sh
2 years ago

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