From 75f219e03d222935d675fb87ad576a19d6221772 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Feb 2022 15:39:39 +0100 Subject: [PATCH] Update 99-run.sh --- addons_updater/rootfs/etc/cont-init.d/99-run.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index 506723799..c34fd6a60 100644 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -91,21 +91,17 @@ for addons in $(bashio::config "addon|keys"); do #Prepare tag flag if [ "${FULLTAG}" = true ]; then LOGINFO="... $SLUG : fulltag is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi - FULLTAG="--format tag" ARGUMENTS="$ARGUMENTS --format tag" else LOGINFO="... $SLUG : fulltag is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi - FULLTAG="" fi #Prepare tag flag if [ "${HAVINGASSET}" = true ]; then LOGINFO="... $SLUG : asset_only tag is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi - HAVINGASSET="--having-asset" ARGUMENTS="$ARGUMENTS --having-asset" else LOGINFO="... $SLUG : asset_only is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi - HAVINGASSET="" fi #Prepare tag flag @@ -114,7 +110,6 @@ for addons in $(bashio::config "addon|keys"); do else LOGINFO="... $SLUG : filter_text is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi ARGUMENTS="$ARGUMENTS --only $FILTER_TEXT" - FILTER_TEXT="--only \"$FILTER_TEXT\"" fi #If beta flag, select beta version