mirror of
https://github.com/netbirdio/netbird.git
synced 2025-04-17 16:08:47 +02:00
add creating log dir to macOS installer scripts
This commit is contained in:
parent
7f454f9c00
commit
5b9378e6cb
@ -4,6 +4,8 @@ APP=/Applications/NetBird.app
|
||||
AGENT=/usr/local/bin/netbird
|
||||
LOG_FILE=/var/log/netbird/client_install.log
|
||||
|
||||
mkdir -p $LOG_FILE
|
||||
|
||||
{
|
||||
echo "Installing NetBird..."
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
LOG_FILE=/var/log/netbird/client_install.log
|
||||
|
||||
mkdir -p $LOG_FILE
|
||||
|
||||
{
|
||||
echo "Preinstall complete"
|
||||
exit 0 # all good
|
||||
|
Loading…
Reference in New Issue
Block a user