Loading agent/agent.sh +5 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -u VERSION="5" VERSION="6" HEADER="VirtualDSM Agent" # Functions Loading Loading @@ -80,6 +80,10 @@ function installPackages { BASE=$(basename "$filename" .spk) BASE="${BASE%%-*}" [[ $BASE == "ScsiTarget" ]] && continue [[ $BASE == "DhcpServer" ]] && continue [[ $BASE == "ActiveInsight" ]] && continue echo "$HEADER: Installing package ${BASE}.." /usr/syno/bin/synopkg install "$filename" > /dev/null Loading run/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ cp /agent/service.sh $LOC/agent.sh chmod 755 $LOC/agent.sh # Store agent version echo "5" > "$STORAGE"/"$BASE".agent echo "6" > "$STORAGE"/"$BASE".agent echo "Install: Installing system partition..." Loading Loading
agent/agent.sh +5 −1 Original line number Diff line number Diff line #!/usr/bin/env bash set -u VERSION="5" VERSION="6" HEADER="VirtualDSM Agent" # Functions Loading Loading @@ -80,6 +80,10 @@ function installPackages { BASE=$(basename "$filename" .spk) BASE="${BASE%%-*}" [[ $BASE == "ScsiTarget" ]] && continue [[ $BASE == "DhcpServer" ]] && continue [[ $BASE == "ActiveInsight" ]] && continue echo "$HEADER: Installing package ${BASE}.." /usr/syno/bin/synopkg install "$filename" > /dev/null Loading
run/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ cp /agent/service.sh $LOC/agent.sh chmod 755 $LOC/agent.sh # Store agent version echo "5" > "$STORAGE"/"$BASE".agent echo "6" > "$STORAGE"/"$BASE".agent echo "Install: Installing system partition..." Loading