1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-27 04:50:49 +08:00
1Panel-Appstore/reader3-webview/3.2.0/scripts/init.sh
萌森 9f175ef268 新增 阅读3 应用
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-07-30 18:24:53 +08:00

11 lines
118 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi