update postinstall

This commit is contained in:
Pascal Fischer 2023-05-25 21:14:44 +02:00
parent 4026efcc08
commit b3027603df

View File

@ -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