mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 10-generate-config.sh
This commit is contained in:
@@ -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'; }
|
||||
|
||||
Reference in New Issue
Block a user