update log path

This commit is contained in:
Pascal Fischer
2023-05-25 12:22:13 +02:00
parent ac0e40da7e
commit 98eb2d4587
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
LOG_FILE=/var/log/netbird/client_install.log
{
echo "Preinstall complete"
exit 0 # all good
} > /tmp/my_preinstall.log
} > $LOG_FILE