From 04fe76555e95b695e1fa74424f0c33e985bed2aa Mon Sep 17 00:00:00 2001 From: Jim Geraci Date: Mon, 19 Aug 2024 14:51:48 -0400 Subject: [PATCH] Update Config Location Fix misspelling in config location. --- jellyseerr/rootfs/etc/cont-init.d/90-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh index 8986fe6f2..b59f898b1 100755 --- a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh +++ b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh @@ -3,7 +3,7 @@ set -e # Create files -CONFIG_LOCATION="/config/addons_config/jellyseer" +CONFIG_LOCATION="/config/addons_config/jellyseerr" bashio::log.info "Config stored in $CONFIG_LOCATION" mkdir -p "$CONFIG_LOCATION" cp -rnT /app/config "$CONFIG_LOCATION"/