only kill if present
This commit is contained in:
parent
1be17b1f99
commit
2b17e5322b
@ -177,7 +177,8 @@ EOF
|
|||||||
|
|
||||||
pkill wpa_supplicant
|
pkill wpa_supplicant
|
||||||
pkill dnsmasq
|
pkill dnsmasq
|
||||||
kill "$(pgrep -f "decryption-webserver")"
|
pid="$(pgrep -f "decryption-webserver")"
|
||||||
|
[[ -n "$pid" ]] && kill "$pid"
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user