mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
also write error messages
This commit is contained in:
parent
98eb2d4587
commit
4e69af6caa
@ -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
|
||||
|
@ -5,4 +5,4 @@ LOG_FILE=/var/log/netbird/client_install.log
|
||||
{
|
||||
echo "Preinstall complete"
|
||||
exit 0 # all good
|
||||
} > $LOG_FILE
|
||||
} &> $LOG_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user