Fix formatting issues in tracktor-install.sh (#9841)

This commit is contained in:
Slaviša Arežina 2025-12-10 17:02:25 +01:00 committed by GitHub
parent 7c39bc8787
commit 7800578ad4
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