diff --git a/run/install.sh b/run/install.sh index fd0a05c..20f73d6 100644 --- a/run/install.sh +++ b/run/install.sh @@ -5,6 +5,8 @@ set -eu HTML="Please wait while Virtual DSM is installing..." +pkill -f server.sh +/run/server.sh 80 "${HTML}" > /dev/null & /run/server.sh 5000 "${HTML}" > /dev/null & # Download the required files from the Synology website