diff --git a/run/network.sh b/run/network.sh index 193bec4..8e26348 100644 --- a/run/network.sh +++ b/run/network.sh @@ -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 &