Socat listener

This commit is contained in:
Kroese 2023-05-11 20:25:01 +02:00 committed by GitHub
parent edc25e63e5
commit 570cac495b

View File

@ -199,6 +199,7 @@ if [[ "${DHCP}" == [Yy1]* ]]; then
# Configuration for DHCP IP # Configuration for DHCP IP
configureDHCP configureDHCP
# Display IP on port 80 and 5000
{ pkill -f server.sh || true; } 2>/dev/null { pkill -f server.sh || true; } 2>/dev/null
/run/server.sh 5000 /run/ip.sh & /run/server.sh 5000 /run/ip.sh &