chore(deps): update traccar/traccar docker tag to v6.12 (#4168)
This commit is contained in:
12
apps/traccar/6.12/scripts/init.sh
Normal file
12
apps/traccar/6.12/scripts/init.sh
Normal 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
|
||||
Reference in New Issue
Block a user