mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
revert log writing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user