From abd3163ebc78c27073631ef53ecd767a315c0eb8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:38:29 +0100 Subject: [PATCH] Correct --- addons_updater/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons_updater/run.sh b/addons_updater/run.sh index e7211cc14..d61ef7e2f 100644 --- a/addons_updater/run.sh +++ b/addons_updater/run.sh @@ -136,9 +136,10 @@ else LASTVERSION=$(lastversion "https://github.com/$UPSTREAM" $FULLTAG $HAVINGASSET) || break fi +fi + # Add brackets LASTVERSION='"'${LASTVERSION}'"' -fi # Do not compare with ls tag for linuxserver images (to avoid updating only for dependencies) LASTVERSION2=${LASTVERSION%-ls*}