mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-16 00:41:55 +08:00
Meng Sen
bfc4f45eb9
Some checks failed
Push custom to released / push-branch (push) Has been cancelled
Signed-off-by: Meng Sen <qyg2297248353@gmail.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
|