mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
萌森
70849058f9
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
|