From c8694c3aae1c26ecfd7b01d071218a06b0c33c6d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Nov 2021 20:31:15 +0100 Subject: [PATCH] Update run.sh --- addons_updater/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index b77790c25..b367be4bb 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -91,7 +91,7 @@ for addons in $(bashio::config "addon|keys"); do #Define the folder addon LOGINFO="... $SLUG : checking slug exists in repo" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi - cd /data/${BASENAME}/${SLUG} || bashio::log.error "$SLUG addon not found in this repository. Exiting." exit + cd /data/${BASENAME}/${SLUG} || ( bashio::log.error "$SLUG addon not found in this repository. Exiting. Exiting." && continue ) #Find current version LOGINFO="... $SLUG : get current version" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi