This commit is contained in:
Kroese 2023-04-21 20:30:21 +02:00 committed by GitHub
parent 1479725824
commit 53bf1166b9

View File

@ -205,7 +205,6 @@ 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>"