remove service uninstall from brew install

This commit is contained in:
Pascal Fischer 2023-06-06 17:40:28 +02:00
parent eac492be9b
commit 675abbddf6

View File

@ -30,9 +30,8 @@ fi
if [ -n "$NB_BIN" ]
then
echo "Stopping and uninstalling NetBird daemon"
echo "Stopping NetBird daemon"
netbird service stop || true
netbird service uninstall || true
fi
# start netbird daemon service