发布应用:topiam

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-12-02 17:03:10 +08:00
parent 2a73136972
commit aaceb4b658
3 changed files with 41 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi