Update minio-install.sh

This commit is contained in:
tschettervictor
2024-12-01 17:24:52 -07:00
committed by GitHub
parent c14e28fe9c
commit 230e44b913

View File

@@ -11,7 +11,7 @@ fi
# Check for Reinstall
if [ "$(ls -d /var/db/minio/.minio.sys/config 2>/dev/null)" ]; then
echo "Existing ${APP_NAME} config detected."
echo "Existing ${APP_NAME} data detected."
echo "Starting reinstall..."
REINSTALL="true"
fi