1
0

chore(deps): update traccar/traccar docker tag to v6.12 (#4168)

This commit is contained in:
renovate[bot]
2026-02-23 02:59:35 +00:00
committed by GitHub
parent 2b81a6de23
commit 013e225270
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
if [ -f .env ]; then
source .env
cp conf/traccar.xml "${TRACCAR_ROOT_PATH}/traccar.xml"
echo "Check Finish."
else
echo "Error: .env file not found."
fi