Update agent version

This commit is contained in:
Kroese
2023-04-19 04:37:11 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -u
VERSION="6"
VERSION="7"
HEADER="VirtualDSM Agent"
# Functions

View File

@@ -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..."