Unverified Commit 73d983c7 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Display info

parent 8bbd07c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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