mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Quotes
This commit is contained in:
parent
c569439aa8
commit
7ac8492e5d
@ -206,7 +206,7 @@ else
|
||||
|
||||
# Display the received IP on port 5000
|
||||
HTML="The location of DSM is http://${DHCP_IP}:5000<script>\
|
||||
setTimeout(function(){ window.location.replace("http://${DHCP_IP}:5000"); }, 2000);</script>"
|
||||
setTimeout(function(){ window.location.replace('http://${DHCP_IP}:5000'); }, 2000);</script>"
|
||||
|
||||
/run/server.sh 5000 "${HTML}" > /dev/null &
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user