mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
update log path
This commit is contained in:
parent
ac0e40da7e
commit
98eb2d4587
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user