From b3027603df7ea89a19420158e666b5facc558554 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Thu, 25 May 2023 21:14:44 +0200 Subject: [PATCH] update postinstall --- 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 abe9e73fa..39a18fa4d 100755 --- a/release_files/darwin_pkg/postinstall +++ b/release_files/darwin_pkg/postinstall @@ -14,7 +14,7 @@ LOG_FILE=/var/log/netbird/client_install.log exit 1 fi - ln -s $APP/netbird $AGENT + ln -s $APP/Contents/MacOS/netbird $AGENT if test -f $AGENT; then echo "NetBird binary linked successfully." else