diff --git a/github/check.glpi-agent.update b/github/check.glpi-agent.update index e327d43..6fe646e 100755 --- a/github/check.glpi-agent.update +++ b/github/check.glpi-agent.update @@ -185,7 +185,7 @@ Current version (${RED}${glpi_agent_current_version}${COLOR_DEBUG}) and latest o ## Create a temp file to monitor touch -- "${GLPI_AGENT_NEW_VERSION_FILE}" - debug_message "An upgrade is available for Cachet (current : ${glpi_agent_current_version}) : ${glpi_agent_latest_version}." >> "${GLPI_AGENT_NEW_VERSION_FILE}" + debug_message "An upgrade is available for GLPI Agent (current : ${glpi_agent_current_version}) : ${glpi_agent_latest_version}." >> "${GLPI_AGENT_NEW_VERSION_FILE}" exit 0 fi