Update 10-generate-config.sh

This commit is contained in:
Alexandre
2025-07-17 15:25:38 +02:00
committed by GitHub
parent 57c3bb9bd5
commit 87389f0ea6

View File

@@ -31,7 +31,6 @@ fi
MINIO_USER="$(bashio::config 'MINIO_ROOT_USER')"
MINIO_PASS="$(bashio::config 'MINIO_ROOT_PASSWORD')"
S3_BUCKET="$(bashio::config 'S3_BUCKET')"
# helpers
_random_b64() { head -c "$1" /dev/urandom | base64 | tr -d '\n'; }