Update : script GLPI remove -v >> /dev/nulls

This commit is contained in:
Hubert Cornet 2025-04-25 16:12:52 +02:00
parent 8484d6f4ee
commit ccc77dc6bb

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 -v >> /dev/nulls perl glpi-agent-$LATEST_VERSION-linux-installer.pl --reinstall --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"