From 95f74c9a434ec25c549c78c41f75cd93d371e87b Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 20:25:08 +0200 Subject: [PATCH] Redirect --- run/network.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index bf88977..d19680f 100644 --- a/run/network.sh +++ b/run/network.sh @@ -205,7 +205,11 @@ else configureDHCP # Display the received IP on port 5000 - /run/server.sh 5000 "The location of DSM is http://${DHCP_IP}:5000" > /dev/null & + + HTML="The location of DSM is http://${DHCP_IP}:5000" + + /run/server.sh 5000 "${HTML}" > /dev/null & fi