From e53c91d6c73b34dfa7c89822e11cd7061b4d116a Mon Sep 17 00:00:00 2001 From: junaidd007 Date: Tue, 24 Oct 2023 23:40:08 +0400 Subject: [PATCH] Update cron.md Fixed path so cron works --- docs/FusionInventory_for_GLPI/cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FusionInventory_for_GLPI/cron.md b/docs/FusionInventory_for_GLPI/cron.md index 22122f1..99d846d 100644 --- a/docs/FusionInventory_for_GLPI/cron.md +++ b/docs/FusionInventory_for_GLPI/cron.md @@ -23,7 +23,7 @@ It's not complex, you need create a cron on your operating system run the GLPI c For Linux, add in _crontab_: ``` -* * * * * cd /var/www/glpi/front/ && /usr/bin/php cron.php &>/dev/null +* * * * * cd /var/www/html/glpi/front/ && /usr/bin/php cron.php &>/dev/null ``` For windows, create in _Task Scheduler_ all 1 or 5 minutes: