mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 09:27:45 +08:00
Update server.sh
This commit is contained in:
parent
bd90231a8c
commit
3d9dbead11
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eu
|
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"
|
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
|
while { echo -en "$RESPONSE"; } | nc -lN "${1:-8080}"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user