netbird/release_files/darwin_pkg/preinstall

9 lines
161 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
2023-05-25 21:22:26 +02:00
echo "Start installation..." &> $LOG_FILE
echo "Preinstall complete" &>> $LOG_FILE
exit 0 # all good