mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-14 13:56:51 +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
|
AGENT=/usr/local/bin/netbird
|
||||||
LOG_FILE=/var/log/netbird/client_install.log
|
LOG_FILE=/var/log/netbird/client_install.log
|
||||||
|
|
||||||
|
mkdir -p $LOG_FILE
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "Installing NetBird..."
|
echo "Installing NetBird..."
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
LOG_FILE=/var/log/netbird/client_install.log
|
LOG_FILE=/var/log/netbird/client_install.log
|
||||||
|
|
||||||
|
mkdir -p $LOG_FILE
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "Preinstall complete"
|
echo "Preinstall complete"
|
||||||
exit 0 # all good
|
exit 0 # all good
|
||||||
|
Loading…
x
Reference in New Issue
Block a user