diff --git a/run/network.sh b/run/network.sh index 28c56b9..46ef5bb 100644 --- a/run/network.sh +++ b/run/network.sh @@ -229,8 +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\ - Synology Assistant.)" + HTML="DSM is using another IP address.

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