Update network.sh

This commit is contained in:
Kroese 2023-05-03 16:45:46 +02:00 committed by GitHub
parent 31bbd6af1b
commit bf443233df

View File

@ -229,7 +229,7 @@ else
configureDHCP configureDHCP
# Display the received IP on port 5000 # Display the received IP on port 5000
HTML="DSM is using a different IP address.<br><br>(Check the logfile to see which one was assigned.)" HTML="DSM is using another IP address.<br><br>(Check the logfile to see which one was assigned.)"
pkill -f server.sh || true pkill -f server.sh || true
/run/server.sh 80 "${HTML}" > /dev/null & /run/server.sh 80 "${HTML}" > /dev/null &