From cda4e126acb0ea875c4e4d5a4ab7f9517bc59b82 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 4 Feb 2023 13:29:55 +0100 Subject: [PATCH] Update run --- readarr/rootfs/etc/services.d/nginx/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readarr/rootfs/etc/services.d/nginx/run b/readarr/rootfs/etc/services.d/nginx/run index 566409336..0ed4fcc72 100644 --- a/readarr/rootfs/etc/services.d/nginx/run +++ b/readarr/rootfs/etc/services.d/nginx/run @@ -15,7 +15,7 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then if [ -f "$CONFIG_LOCATION" ]; then CONFIG_LOCATION="$(dirname $CONFIG_LOCATION)"; fi fi -while ! [ -f "$CONFIG_LOCATION" ]; +while ! [ -f "$CONFIG_LOCATION"/config.xml ]; do echo "Waiting for $CONFIG_LOCATION to be created" sleep 1