测试应用 邮件服务器

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-07-26 17:26:38 +08:00
parent 57b03ec45e
commit f27b7f569a
12 changed files with 315 additions and 78 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi