1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 00:09:39 +08:00
Meng Sen 8175e0776b 发布 Kimai 时间管理平台
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-17 17:29:11 +08:00

11 lines
118 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi