Fix message
This commit is contained in:
parent
af735add43
commit
1b7b0d8bba
|
@ -185,7 +185,7 @@ Current version (${RED}${glpi_agent_current_version}${COLOR_DEBUG}) and latest o
|
||||||
|
|
||||||
## Create a temp file to monitor
|
## Create a temp file to monitor
|
||||||
touch -- "${GLPI_AGENT_NEW_VERSION_FILE}"
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue