revert log writing

This commit is contained in:
Pascal Fischer
2023-05-25 21:22:26 +02:00
parent b3027603df
commit 4eec29a639
2 changed files with 24 additions and 25 deletions

View File

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