发布 Traccar 轨迹

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-10-17 12:58:43 +08:00
parent 43a180702f
commit 5c8d81dd6c
11 changed files with 240 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi