Commit 04cf3396 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Kill server process

parent 1ecb8165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"