From 9bf5bf44af89a736a96bfbf3a70378d2e9391d0c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 6 May 2023 12:55:48 +0200 Subject: [PATCH] Synology Assistant --- run/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &