1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-24 07:18:07 +00:00

Update glpi-install.sh

This commit is contained in:
CanbiZ 2025-01-06 15:36:41 +01:00 committed by GitHub
parent 0ec532a4e7
commit 6a78564cc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -125,7 +125,7 @@ $STD a2ensite glpi.conf
msg_ok "Setup Service"
msg_info "Setup Cronjob"
(crontab -l 2>/dev/null; echo "* * * * * php /opt/glpi/front/cron.php") | crontab -
echo "* * * * * php /opt/glpi/front/cron.php" | crontab -
msg_ok "Setup Cronjob"
msg_info "Update PHP Params"