Files
appstore-1panel/apps/openresty-manager/1.5.0/scripts/uninstall.sh
Meng Sen 0e50db924b 发布应用 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