1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 03:11:04 +08:00
Meng Sen bc8d91347d 提交合并
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-07-17 16:30:13 +08:00

11 lines
108 B
Bash

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