Fix message

This commit is contained in:
Jeremy Gardais 2023-01-27 22:07:06 +01:00
parent af735add43
commit 1b7b0d8bba
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -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