diff --git a/run/install.sh b/run/install.sh index 94162b9..1566539 100644 --- a/run/install.sh +++ b/run/install.sh @@ -2,14 +2,12 @@ set -eu # Display wait message on port 5000 - HTML="Please wait while Virtual DSM is installing..." /run/server.sh 5000 "${HTML}" > /dev/null & # Download the required files from the Synology website - DL="https://global.synologydownload.com/download/DSM" if [ -z "$URL" ]; then