From 772a2e0b2506bfbba1a51d29dcb53987864ecaa3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 9 May 2023 01:54:13 +0200 Subject: [PATCH] Wait message --- run/install.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/run/install.sh b/run/install.sh index 043b733..e08ffbe 100644 --- a/run/install.sh +++ b/run/install.sh @@ -1,12 +1,9 @@ #!/usr/bin/env bash set -Eeuo pipefail -HTML="Please wait while Virtual DSM is installing..." - -# Display wait message on port 5000 -/run/server.sh 80 "${HTML}" & -/run/server.sh 5000 "${HTML}" & +# Display wait message +/run/server.sh 80 install & +/run/server.sh 5000 install & # Download the required files from the Synology website DL="https://global.synologydownload.com/download/DSM"