mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Comments
This commit is contained in:
parent
abc7b14d73
commit
b6bf508476
@ -2,14 +2,12 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# Display wait message on port 5000
|
# Display wait message on port 5000
|
||||||
|
|
||||||
HTML="Please wait while Virtual DSM is installing...<script>\
|
HTML="Please wait while Virtual DSM is installing...<script>\
|
||||||
setTimeout(() => { document.location.reload(); }, 9999);</script>"
|
setTimeout(() => { document.location.reload(); }, 9999);</script>"
|
||||||
|
|
||||||
/run/server.sh 5000 "${HTML}" > /dev/null &
|
/run/server.sh 5000 "${HTML}" > /dev/null &
|
||||||
|
|
||||||
# Download the required files from the Synology website
|
# Download the required files from the Synology website
|
||||||
|
|
||||||
DL="https://global.synologydownload.com/download/DSM"
|
DL="https://global.synologydownload.com/download/DSM"
|
||||||
|
|
||||||
if [ -z "$URL" ]; then
|
if [ -z "$URL" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user