diff --git a/release_files/darwin-ui-installer.sh b/release_files/darwin-ui-installer.sh index df95e7c57..c7fc55fd6 100644 --- a/release_files/darwin-ui-installer.sh +++ b/release_files/darwin-ui-installer.sh @@ -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