Unverified Commit 73015c84 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Version

parent ca637c19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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