Skip to content

Commit

Permalink
Merge pull request #96 from vladkvl13/patch-1
Browse files Browse the repository at this point in the history
Update glpi-start.sh
  • Loading branch information
DiouxX authored Oct 22, 2023
2 parents e4d30f8 + 1051a4f commit 65446fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glpi-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 65446fd

Please sign in to comment.