From bf443233df87b658b572b73918a55bc41b0c8016 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 3 May 2023 16:45:46 +0200 Subject: [PATCH] Update network.sh --- run/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index 58d49ac..c24dd5b 100644 --- a/run/network.sh +++ b/run/network.sh @@ -229,7 +229,7 @@ else configureDHCP # Display the received IP on port 5000 - HTML="DSM is using a different IP address.

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

(Check the logfile to see which one was assigned.)" pkill -f server.sh || true /run/server.sh 80 "${HTML}" > /dev/null &