diff --git a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh index f510e3a8cc..af03bdea6f 100755 --- a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh @@ -29,6 +29,7 @@ export CAN_POST_AUTOIMPORT="$(bashio::config "CAN_POST_AUTOIMPORT")" # Persist variables to /etc/environment for cron jobs { [ -n "$JSON_CONFIGURATION_DIR" ] && echo "JSON_CONFIGURATION_DIR=\"$JSON_CONFIGURATION_DIR\"" + echo "CONFIG_LOCATION=\"$CONFIGSOURCE\"" echo "IMPORT_DIR_ALLOWLIST=\"$IMPORT_DIR_ALLOWLIST\"" echo "IMPORT_DIR_WHITELIST=\"$IMPORT_DIR_WHITELIST\"" echo "AUTO_IMPORT_SECRET=\"$AUTO_IMPORT_SECRET\""