mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-24 06:02:21 +01:00
remove service uninstall from brew install
This commit is contained in:
parent
eac492be9b
commit
675abbddf6
@ -30,9 +30,8 @@ fi
|
|||||||
|
|
||||||
if [ -n "$NB_BIN" ]
|
if [ -n "$NB_BIN" ]
|
||||||
then
|
then
|
||||||
echo "Stopping and uninstalling NetBird daemon"
|
echo "Stopping NetBird daemon"
|
||||||
netbird service stop || true
|
netbird service stop || true
|
||||||
netbird service uninstall || true
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# start netbird daemon service
|
# start netbird daemon service
|
||||||
|
Loading…
Reference in New Issue
Block a user