mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-01-07 06:00:50 +08:00
Tab
This commit is contained in:
@@ -205,9 +205,8 @@ else
|
|||||||
configureDHCP
|
configureDHCP
|
||||||
|
|
||||||
# Display the received IP on port 5000
|
# Display the received IP on port 5000
|
||||||
|
|
||||||
HTML="The location of DSM is http://${DHCP_IP}:5000<script>\
|
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 &
|
/run/server.sh 5000 "${HTML}" > /dev/null &
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user