Update : GLPI final

This commit is contained in:
Hubert Cornet 2025-04-25 16:49:46 +02:00
parent ccc77dc6bb
commit 6ad0fbd0b0

View File

@ -71,7 +71,7 @@ install_glpi_agent() {
# Install the GLPI agent package # Install the GLPI agent package
log_message "INFO" "Installing GLPI agent package" log_message "INFO" "Installing GLPI agent package"
perl glpi-agent-$LATEST_VERSION-linux-installer.pl --reinstall --type=all perl glpi-agent-$LATEST_VERSION-linux-installer.pl --reinstall -s "https://glpi/marketplace/glpiinventory/" -t "TEMP" --type=all
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
log_message "ERROR" "Failed to install GLPI agent package" log_message "ERROR" "Failed to install GLPI agent package"