1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-04 14:40:29 +08:00
1Panel-Appstore/openresty-manager/1.5.0/scripts/uninstall.sh
Meng Sen 8e7222916f 发布应用 openresty-manager
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-06-11 12:12:21 +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