1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-28 22:40:31 +08:00
1Panel-Appstore/openfire/4.8.3/scripts/uninstall.sh
萌森 f590a255f8 测试应用 OpenFire
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-08-27 17:52:15 +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