From c989a74b6f471a820f89d4bc16b96c227f814d96 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Apr 2023 15:09:12 +0200 Subject: [PATCH] Spawn server --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 5a05ffd..4ef735b 100644 --- a/run/install.sh +++ b/run/install.sh @@ -2,7 +2,7 @@ set -eu # Display wait message on port 5000 -/run/server.sh 5000 > /dev/null & +/run/server.sh 5000 "Please wait while Virtual DSM is installing..." > /dev/null & DL="https://global.synologydownload.com/download/DSM"