公告 && 支持应用

LinkDing
Docker Mailserver
Pixman
DeepLX API
Cookie Cloud
Telegram Bot Api

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-07-29 17:26:39 +08:00
parent ff3ff2a1ba
commit 70849058f9
21 changed files with 340 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi