appstore-1panel/apps/minio/2024-10-29/scripts/uninstall.sh
Meng Sen 95d7d2a646 修复应用 Minio
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-31 10:53:59 +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