Allow IMPORT_DIR_ALLOWLIST

https://github.com/alexbelgium/hassio-addons/issues/770
This commit is contained in:
Alexandre
2023-03-25 21:33:07 +01:00
committed by GitHub
parent 3652086ba8
commit 4671ee1c72

View File

@@ -14,6 +14,9 @@ if [ "$(ls -A "$CONFIGSOURCE/configurations")" ]; then
export JSON_CONFIGURATION_DIR
fi
# Allow config dir
export IMPORT_DIR_ALLOWLIST="$CONFIGSOURCE"
################
# CRON OPTIONS #
################