From 6e0b787a66e5f91c706a31bc537c0c8848193569 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 May 2023 20:30:28 +0200 Subject: [PATCH] Add Synology Assistant --- run/network.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index c608315..28c56b9 100644 --- a/run/network.sh +++ b/run/network.sh @@ -229,7 +229,8 @@ else configureDHCP # Display the received IP on port 5000 - HTML="DSM is using another IP address.

(Check the logfile to see which one was assigned.)" + HTML="DSM is using another IP address.

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