From 7ac8492e5d57bcfb92789ac0766fd1d9d4fd6d32 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 20:34:16 +0200 Subject: [PATCH] Quotes --- run/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index e730407..69744ca 100644 --- a/run/network.sh +++ b/run/network.sh @@ -206,7 +206,7 @@ else # Display the received IP on port 5000 HTML="The location of DSM is http://${DHCP_IP}:5000" + setTimeout(function(){ window.location.replace('http://${DHCP_IP}:5000'); }, 2000);" /run/server.sh 5000 "${HTML}" > /dev/null &