Also listen on port 80

This commit is contained in:
Kroese 2023-05-03 06:07:22 +02:00 committed by GitHub
parent 0782c5c57f
commit 8447d5e22f

View File

@ -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