Allow superuser in new logic

https://github.com/alexbelgium/hassio-addons/issues/549
This commit is contained in:
Alexandre
2022-11-14 18:39:56 +01:00
committed by GitHub
parent 37b3f322e9
commit c463ea2de7

View File

@@ -14,6 +14,9 @@ if bashio::config.has_value "TZ"; then export PAPERLESS_TIME_ZONE=$(bashio::conf
if bashio::config.has_value "OCRLANG"; then export PAPERLESS_OCR_LANGUAGES=$(bashio::config "OCRLANG"); fi
if bashio::config.has_value "PAPERLESS_OCR_MODE"; then export PAPERLESS_OCR_MODE=$(bashio::config "PAPERLESS_OCR_MODE"); fi
export PAPERLESS_ADMIN_PASSWORD="admin"
export PAPERLESS_ADMIN_USER="admin"
#################
# Staring redis #
#################