netbird/release_files/darwin_pkg/preinstall

11 lines
147 B
Plaintext
Raw Normal View History

2023-05-23 18:15:05 +02:00
#!/bin/sh
2023-05-25 12:22:13 +02:00
LOG_FILE=/var/log/netbird/client_install.log
mkdir -p $LOG_FILE
2023-05-26 13:07:14 +02:00
{
echo "Preinstall complete"
exit 0 # all good
} &> $LOG_FILE