Fix formatting issues in tracktor-install.sh

This commit is contained in:
Slaviša Arežina 2025-12-10 10:27:42 +01:00 committed by GitHub
parent 8b858f4a65
commit c12af7a747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,6 @@ cd /opt/tracktor
$STD npm install
$STD npm run build
mkdir -p /opt/tracktor-data/{uploads,logs}
HOST_IP=$(hostname -I | awk '{print $1}')
cat <<EOF >/opt/tracktor.env
NODE_ENV=production
DB_PATH=/opt/tracktor-data/tracktor.db