Files
appstore-dpanel/apps/minio/2024-12-18/scripts/uninstall.sh
T
2024-12-19 02:14:30 +00: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