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

Update agent version

parents 410e2e24 69431e49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash
set -u

VERSION="6"
VERSION="7"
HEADER="VirtualDSM Agent"

# Functions
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ cp /agent/service.sh $LOC/agent.sh
chmod 755 $LOC/agent.sh

# Store agent version
echo "6" > "$STORAGE"/"$BASE".agent
echo "7" > "$STORAGE"/"$BASE".agent

echo "Install: Installing system partition..."