mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
萌森
1b69ebc73f
Some checks failed
Push custom to released / push-branch (push) Has been cancelled
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
|