We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9d3ce commit 91c0ebfCopy full SHA for 91c0ebf
paperless-ngx/rootfs/etc/s6-overlay/s6-rc.d/init-addon/run
@@ -11,7 +11,7 @@ cd /usr/src/paperless/src/ || exit
11
PAPERLESS_FILENAME_FORMAT=$(bashio::config 'filename')
12
PAPERLESS_OCR_LANGUAGE=$(bashio::config 'language')
13
PAPERLESS_OCR_LANGUAGES=$(bashio::config 'language_packages')
14
-PAPERLESS_TIME_ZONE=$(bashio::info.timezone)
+PAPERLESS_TIME_ZONE=$(bashio::config 'timezone')
15
PAPERLESS_CONSUMER_ENABLE_BARCODES=$(bashio::config 'barcodes_enabled')
16
PAPERLESS_CONSUMER_ENABLE_ASN_BARCODE=$(bashio::config 'barcodes_asn')
17
PAPERLESS_CONSUMER_RECURSIVE=$(bashio::config 'consumer_recursive')
0 commit comments