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