发布 Kimai 时间管理平台

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-10-17 17:29:11 +08:00
parent dcec8a6e61
commit 9338d1e611
10 changed files with 327 additions and 142 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