From 19eb5e89275799cf0f4691a462605910809b04e2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Apr 2023 15:22:17 +0200 Subject: [PATCH] Display info --- run/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index e0e17e3..0e8425f 100644 --- a/run/network.sh +++ b/run/network.sh @@ -180,7 +180,7 @@ else configureDHCP # Display the received IP on port 5000 - /run/server.sh 5000 "The location of DSM is http://{$DHCP_IP}:5000" > /dev/null & + /run/server.sh 5000 "The location of DSM is http://${DHCP_IP}:5000" > /dev/null & fi