1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-25 00:45:19 +08:00
1Panel-Appstore/apps/traccar/6.12/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