Commit 570cac49 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Socat listener

parent edc25e63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ if [[ "${DHCP}" == [Yy1]* ]]; then
  # Configuration for DHCP IP
  configureDHCP

  # Display IP on port 80 and 5000
  { pkill -f server.sh || true; } 2>/dev/null
  /run/server.sh 5000 /run/ip.sh &