Check agent version

This commit is contained in:
Kroese 2023-04-17 03:35:31 +02:00 committed by GitHub
parent 90ee437ae4
commit cf54890e4e

View File

@ -85,7 +85,7 @@ AGENT="${STORAGE}/${BASE}.agent"
AGENT_VERSION=$(cat "${AGENT}") AGENT_VERSION=$(cat "${AGENT}")
if ((AGENT_VERSION < 3)); then if ((AGENT_VERSION < 3)); then
echo "INFO: The installed Guest Agent is outdated, please consider updating it or do a clean install." echo "INFO: The installed Guest Agent in DSM is an outdated version, please upgrade it."
fi fi
KVM_DISK_OPTS="\ KVM_DISK_OPTS="\