1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-17 14:55:10 +02:00

update postinstall

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

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