Spawn server

This commit is contained in:
Kroese 2023-04-20 15:09:12 +02:00 committed by GitHub
parent 41e4cebf5e
commit c989a74b6f

View File

@ -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"