From 8124a273fbe3e8e68ce378314588a56831819525 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Fri, 26 May 2023 13:56:01 +0200 Subject: [PATCH] fix log writing --- release_files/darwin_pkg/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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