From b6bf5084761c9777a5a2928731f3a515888bb49c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 22 Apr 2023 17:11:31 +0200 Subject: [PATCH] Comments --- run/install.sh | 2 -- 1 file changed, 2 deletions(-) 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