From 04820ec9f93310b607c8115f8b0dd3fc24aecb83 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 21:57:05 +0200 Subject: [PATCH] Refresh installation page --- run/install.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/run/install.sh b/run/install.sh index 22ffa9f..94162b9 100644 --- a/run/install.sh +++ b/run/install.sh @@ -2,7 +2,13 @@ set -eu # Display wait message on port 5000 -/run/server.sh 5000 "Please wait while Virtual DSM is installing..." > /dev/null & + +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" @@ -139,8 +145,6 @@ if [[ SIZE -ne SYSTEM_SIZE ]]; then echo "ERROR: System disk has the wrong size: ${SIZE}" && exit 90 fi -echo "Install: Creating partition table..." - PART="$TMP/partition.fdisk" { echo "label: dos"