mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Kill server process
This commit is contained in:
parent
1ecb816513
commit
04cf3396c4
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user