diff --git a/addons_updater/rootfs/scripts/99-run.sh b/addons_updater/rootfs/scripts/99-run.sh index 9f34fd477..2de0bced9 100644 --- a/addons_updater/rootfs/scripts/99-run.sh +++ b/addons_updater/rootfs/scripts/99-run.sh @@ -117,8 +117,10 @@ for addons in $(bashio::config "addon|keys"); do LASTVERSION='"'${LASTVERSION}'"' # Do not compare with ls tag for linuxserver images (to avoid updating only for dependencies) - LASTVERSION2=${LASTVERSION%-ls*} - CURRENT2=${CURRENT%-ls*} + #LASTVERSION2=${LASTVERSION%-ls*} + #CURRENT2=${CURRENT%-ls*} + LASTVERSION2=${LASTVERSION} + CURRENT2=${CURRENT} # Update if needed if [ ${CURRENT2} != ${LASTVERSION2} ]; then