1
0
Fork 0
1Panel-Appstore/apps/traccar/6.11/scripts/init.sh

13 lines
176 B
Bash

#!/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