Unverified Commit 68bd9f4e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Also listen on port 80

parent 09f9dd1e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -244,6 +244,8 @@ else
  HTML="The location of DSM is http://${DHCP_IP}:5000<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 &

fi