Kill server process

This commit is contained in:
Kroese 2023-05-08 22:34:27 +02:00 committed by GitHub
parent 1ecb816513
commit 04cf3396c4

View File

@ -226,7 +226,7 @@ if [[ "${DHCP}" == [Yy1]* ]]; then
# Configuration for DHCP IP
configureDHCP
{ pkill -f server.sh || true } 2>/dev/null
{ pkill -f server.sh || true; } 2>/dev/null
SH_SCRIPT="/run/ipinfo.sh"