mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-15 00:30:33 +08:00
LinkDing Docker Mailserver Pixman DeepLX API Cookie Cloud Telegram Bot Api Signed-off-by: 萌森 <qyg2297248353@163.com>
11 lines
118 B
Bash
11 lines
118 B
Bash
#!/bin/bash
|
|
|
|
if [ -f .env ]; then
|
|
source .env
|
|
|
|
echo "Check Finish."
|
|
|
|
else
|
|
echo "Error: .env file not found."
|
|
fi
|