also write error messages

This commit is contained in:
Pascal Fischer 2023-05-25 14:40:32 +02:00
parent 98eb2d4587
commit 4e69af6caa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -5,4 +5,4 @@ LOG_FILE=/var/log/netbird/client_install.log
{
echo "Preinstall complete"
exit 0 # all good
} > $LOG_FILE
} &> $LOG_FILE