[PR #918] [CLOSED] Fix macOS pkg installer scripts #14515

Open
opened 2026-08-05 03:05:47 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/918
Author: @pascal-fischer
Created: 5/31/2023
Status: Closed

Base: mainHead: fix/installation_scripts_for_macos


📝 Commits (1)

  • 15048a4 add creating log dir to macOS installer scripts

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 release_files/darwin_pkg/postinstall (+2 -0)
📝 release_files/darwin_pkg/preinstall (+2 -0)

📄 Description

Describe your changes

The installation fails because the installer can't write log because the directory does not exist.

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/918 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 5/31/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/installation_scripts_for_macos` --- ### 📝 Commits (1) - [`15048a4`](https://github.com/netbirdio/netbird/commit/15048a4e2c826a02c87ce2cfc7a910537fb8548d) add creating log dir to macOS installer scripts ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `release_files/darwin_pkg/postinstall` (+2 -0) 📝 `release_files/darwin_pkg/preinstall` (+2 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link The installation fails because the installer can't write log because the directory does not exist. ### 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:47 -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#14515