[PR #944] [MERGED] Add app restart to brew installer #14592

Closed
opened 2026-08-05 03:05:57 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/944
Author: @pascal-fischer
Created: 6/9/2023
Status: Merged
Merged: 6/11/2023
Merged by: @mlsmaycon

Base: mainHead: fix/brew_install_restart_app


📝 Commits (3)

  • 2e10ce8 add app stop and service uninstall
  • a985558 add app stop and service uninstall
  • 0438853 do not send error messages for positive case

📊 Changes

1 file changed (+7 additions, -3 deletions)

View changed files

📝 release_files/darwin-ui-installer.sh (+7 -3)

📄 Description

Describe your changes

Added app restart so the newly installed version in case of an update is running not the old one.
Also added service uninstall not not show any errors in installer in case of update.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/944 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 6/9/2023 **Status:** ✅ Merged **Merged:** 6/11/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/brew_install_restart_app` --- ### 📝 Commits (3) - [`2e10ce8`](https://github.com/netbirdio/netbird/commit/2e10ce8fd78925fa4de8aab07fee18662d662493) add app stop and service uninstall - [`a985558`](https://github.com/netbirdio/netbird/commit/a98555865e9ea025c8e92f52ba9bb3be56c801ba) add app stop and service uninstall - [`0438853`](https://github.com/netbirdio/netbird/commit/0438853fa60c6919a10c265482e321496f269492) do not send error messages for positive case ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `release_files/darwin-ui-installer.sh` (+7 -3) </details> ### 📄 Description ## Describe your changes Added app restart so the newly installed version in case of an update is running not the old one. Also added service uninstall not not show any errors in installer in case of update. ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:05:57 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#14592