Skip to content

Commit 91c0ebf

Browse files
authored
🐛 Use timezone from the addon settings instead of system value (#334)
1 parent 0f9d3ce commit 91c0ebf

File tree

1 file changed

+1
-1
lines changed
  • paperless-ngx/rootfs/etc/s6-overlay/s6-rc.d/init-addon

1 file changed

+1
-1
lines changed

paperless-ngx/rootfs/etc/s6-overlay/s6-rc.d/init-addon/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd /usr/src/paperless/src/ || exit
1111
PAPERLESS_FILENAME_FORMAT=$(bashio::config 'filename')
1212
PAPERLESS_OCR_LANGUAGE=$(bashio::config 'language')
1313
PAPERLESS_OCR_LANGUAGES=$(bashio::config 'language_packages')
14-
PAPERLESS_TIME_ZONE=$(bashio::info.timezone)
14+
PAPERLESS_TIME_ZONE=$(bashio::config 'timezone')
1515
PAPERLESS_CONSUMER_ENABLE_BARCODES=$(bashio::config 'barcodes_enabled')
1616
PAPERLESS_CONSUMER_ENABLE_ASN_BARCODE=$(bashio::config 'barcodes_asn')
1717
PAPERLESS_CONSUMER_RECURSIVE=$(bashio::config 'consumer_recursive')

0 commit comments

Comments
 (0)