mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update agent version
This commit is contained in:
commit
90c8d924d7
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
VERSION="6"
|
VERSION="7"
|
||||||
HEADER="VirtualDSM Agent"
|
HEADER="VirtualDSM Agent"
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
|
@ -189,7 +189,7 @@ cp /agent/service.sh $LOC/agent.sh
|
|||||||
chmod 755 $LOC/agent.sh
|
chmod 755 $LOC/agent.sh
|
||||||
|
|
||||||
# Store agent version
|
# Store agent version
|
||||||
echo "6" > "$STORAGE"/"$BASE".agent
|
echo "7" > "$STORAGE"/"$BASE".agent
|
||||||
|
|
||||||
echo "Install: Installing system partition..."
|
echo "Install: Installing system partition..."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user