This commit is contained in:
Kroese 2023-04-17 21:10:38 +02:00 committed by GitHub
parent dd0cffb4b5
commit be22f2cd1c

View File

@ -84,7 +84,7 @@ AGENT_VERSION=1
AGENT="${STORAGE}/${BASE}.agent"
[ -f "$AGENT" ] && AGENT_VERSION=$(cat "${AGENT}")
if ((AGENT_VERSION < 4)); then
if ((AGENT_VERSION < 5)); then
echo "INFO: The installed VirtualDSM Agent is an outdated version, please upgrade it."
fi