revert logs writing

This commit is contained in:
Pascal Fischer
2023-05-26 13:07:14 +02:00
parent 4eec29a639
commit 489be203fc
2 changed files with 25 additions and 24 deletions

View File

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