From 197a509a2962f02ba414957e539a738794c485c0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:13:42 +0200 Subject: [PATCH] Cannot have empty loop --- jellyseerr/rootfs/etc/cont-init.d/90-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh index 21ca1b0b5..6a83e29eb 100755 --- a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh +++ b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh @@ -19,6 +19,7 @@ if [ -d "$OLD_CONFIG_LOCATION" ]; if [ -z "$( ls -A '$OLD_CONFIG_LOCATION' )" ]; then #Empty + rmdir "$OLD_CONFIG_LOCATION" else #Not Empty bashio::log.info "Moving old configuration settings from $OLD_CONFIG_LOCATION to $CONFIG_LOCATION"