Commit edc25e63 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Socat listener

parent 64b71b32
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -200,8 +200,6 @@ if [[ "${DHCP}" == [Yy1]* ]]; then
  configureDHCP

  { pkill -f server.sh || true; } 2>/dev/null

  /run/server.sh 80 /run/ip.sh &
  /run/server.sh 5000 /run/ip.sh &

else