mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 17:37:58 +08:00
Wait message
This commit is contained in:
parent
6d6d08c2a8
commit
772a2e0b25
@ -1,12 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
HTML="Please wait while Virtual DSM is installing...<script>\
|
# Display wait message
|
||||||
setTimeout(() => { document.location.reload(); }, 9999);</script>"
|
/run/server.sh 80 install &
|
||||||
|
/run/server.sh 5000 install &
|
||||||
# Display wait message on port 5000
|
|
||||||
/run/server.sh 80 "${HTML}" &
|
|
||||||
/run/server.sh 5000 "${HTML}" &
|
|
||||||
|
|
||||||
# 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user