mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-13 10:30:04 +01:00
Update minio-install.sh
This commit is contained in:
@@ -11,7 +11,7 @@ fi
|
|||||||
|
|
||||||
# Check for Reinstall
|
# Check for Reinstall
|
||||||
if [ "$(ls -d /var/db/minio/.minio.sys/config 2>/dev/null)" ]; then
|
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..."
|
echo "Starting reinstall..."
|
||||||
REINSTALL="true"
|
REINSTALL="true"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user