Unverified Commit 970be2ea authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Quotes

parent c82c96a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 &