From 12020e7ecbcd779cd13db3ada5c231b8368ce439 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 5 Feb 2023 07:17:38 +0100 Subject: [PATCH] Correct code --- readarr/rootfs/etc/cont-init.d/00-config_location.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/readarr/rootfs/etc/cont-init.d/00-config_location.sh b/readarr/rootfs/etc/cont-init.d/00-config_location.sh index 519577b93..51e8ab62e 100755 --- a/readarr/rootfs/etc/cont-init.d/00-config_location.sh +++ b/readarr/rootfs/etc/cont-init.d/00-config_location.sh @@ -5,7 +5,6 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then CONFIG_LOCATION="$(bashio::config 'CONFIG_LOCATION')" # Modify if it is a base directory if [[ "$CONFIG_LOCATION" == *.* ]]; then CONFIG_LOCATION="$(dirname $CONFIG_LOCATION)"; fi -; fi fi CONFIG_LOCATION=$(bashio::config 'CONFIG_LOCATION')