From 44fcdf4a52b6807d3c31a727d26fedd92dec956f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 May 2026 15:44:46 +0200 Subject: [PATCH] Add CONFIG_LOCATION to environment variables --- fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) 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\""