mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Also listen on port 80
This commit is contained in:
parent
0782c5c57f
commit
8447d5e22f
@ -244,6 +244,8 @@ else
|
|||||||
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>"
|
||||||
|
|
||||||
|
pkill -f server.sh
|
||||||
|
/run/server.sh 80 "${HTML}" > /dev/null &
|
||||||
/run/server.sh 5000 "${HTML}" > /dev/null &
|
/run/server.sh 5000 "${HTML}" > /dev/null &
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user