mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 09:33:24 +01:00
revert to pkill and adding service stop
This commit is contained in:
parent
8f51985fa5
commit
933fe1964a
@ -5,7 +5,10 @@ LOG_FILE=/var/log/netbird/client_install.log
|
||||
mkdir -p /var/log/netbird/
|
||||
|
||||
{
|
||||
osascript -e 'quit app "Netbird"' || true
|
||||
netbird service stop || true
|
||||
netbird service uninstall || true
|
||||
pkill -f netbird || true
|
||||
|
||||
echo "Preinstall complete"
|
||||
exit 0 # all good
|
||||
} &> $LOG_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user