mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update server.sh
This commit is contained in:
parent
bd90231a8c
commit
3d9dbead11
@ -2,7 +2,7 @@
|
||||
|
||||
set -eu
|
||||
|
||||
HTML="<HTML><BODY><H1><CENTER>Please wait while Synology is installing...</CENTER></H1></BODY></HTML>"
|
||||
HTML="<HTML><BODY><H1><CENTER>Please wait while Virtual DSM is installing...</CENTER></H1></BODY></HTML>"
|
||||
RESPONSE="HTTP/1.1 200 OK\r\nConnection: close\r\n\r\n$HTML\r\n"
|
||||
|
||||
while { echo -en "$RESPONSE"; } | nc -lN "${1:-8080}"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user