mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
fix log writing
This commit is contained in:
@@ -29,4 +29,4 @@ LOG_FILE=/var/log/netbird/client_install.log
|
||||
|
||||
echo "Finished Netbird installation successfully"
|
||||
exit 0 # all good
|
||||
} &>> $LOG_FILE
|
||||
} &> $LOG_FILE
|
||||
|
||||
Reference in New Issue
Block a user