mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-12 21:06:52 +02: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"
|
echo "Finished Netbird installation successfully"
|
||||||
exit 0 # all good
|
exit 0 # all good
|
||||||
} >> $LOG_FILE
|
} &>> $LOG_FILE
|
||||||
|
@ -5,4 +5,4 @@ LOG_FILE=/var/log/netbird/client_install.log
|
|||||||
{
|
{
|
||||||
echo "Preinstall complete"
|
echo "Preinstall complete"
|
||||||
exit 0 # all good
|
exit 0 # all good
|
||||||
} > $LOG_FILE
|
} &> $LOG_FILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user