diff --git a/run/network.sh b/run/network.sh index 411d9ff..d04c140 100644 --- a/run/network.sh +++ b/run/network.sh @@ -229,9 +229,9 @@ else configureDHCP # Display the received IP on port 5000 - HTML="DSM is using another IP address.

(Check the Docker logfile to see which one was
assigned, or download the\ + HTML="DSM is using another IP address.

Check the Docker logfile to see which one was
assigned, or download the\ \ - Synology Assistant utility.)" + Synology Assistant utility." pkill -f server.sh || true /run/server.sh 80 "${HTML}" > /dev/null &