diff --git a/release_files/darwin_pkg/postinstall b/release_files/darwin_pkg/postinstall index 39a18fa4d..ad5036130 100755 --- a/release_files/darwin_pkg/postinstall +++ b/release_files/darwin_pkg/postinstall @@ -29,4 +29,4 @@ LOG_FILE=/var/log/netbird/client_install.log echo "Finished Netbird installation successfully" exit 0 # all good -} &>> $LOG_FILE +} &> $LOG_FILE