Display info

This commit is contained in:
Kroese 2023-04-20 15:22:17 +02:00 committed by GitHub
parent da18ac8991
commit 19eb5e8927

View File

@ -180,7 +180,7 @@ else
configureDHCP configureDHCP
# Display the received IP on port 5000 # 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 fi