mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
update log path
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
APP=/Applications/NetBird.app
|
||||
AGENT=/usr/local/bin/netbird
|
||||
LOG_FILE=/var/log/netbird/client_install.log
|
||||
|
||||
{
|
||||
echo "Installing NetBird..."
|
||||
@@ -28,4 +29,4 @@ AGENT=/usr/local/bin/netbird
|
||||
|
||||
echo "Finished Netbird installation successfully"
|
||||
exit 0 # all good
|
||||
} > /tmp/my_postinstall.log
|
||||
} >> $LOG_FILE
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
LOG_FILE=/var/log/netbird/client_install.log
|
||||
|
||||
{
|
||||
echo "Preinstall complete"
|
||||
exit 0 # all good
|
||||
} > /tmp/my_preinstall.log
|
||||
} > $LOG_FILE
|
||||
|
||||
Reference in New Issue
Block a user