Skip to content

Commit 7800578

Browse files
authored
Fix formatting issues in tracktor-install.sh (#9841)
1 parent 7c39bc8 commit 7800578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/tracktor-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ cd /opt/tracktor
2121
$STD npm install
2222
$STD npm run build
2323
mkdir -p /opt/tracktor-data/{uploads,logs}
24-
HOST_IP=$(hostname -I | awk '{print $1}')
2524
cat <<EOF >/opt/tracktor.env
2625
NODE_ENV=production
2726
DB_PATH=/opt/tracktor-data/tracktor.db

0 commit comments

Comments
 (0)