This commit is contained in:
Alexandre
2021-11-09 22:38:29 +01:00
committed by GitHub
parent 40fc81b0a2
commit abd3163ebc

View File

@@ -136,9 +136,10 @@ else
LASTVERSION=$(lastversion "https://github.com/$UPSTREAM" $FULLTAG $HAVINGASSET) || break LASTVERSION=$(lastversion "https://github.com/$UPSTREAM" $FULLTAG $HAVINGASSET) || break
fi fi
fi
# Add brackets # Add brackets
LASTVERSION='"'${LASTVERSION}'"' LASTVERSION='"'${LASTVERSION}'"'
fi
# Do not compare with ls tag for linuxserver images (to avoid updating only for dependencies) # Do not compare with ls tag for linuxserver images (to avoid updating only for dependencies)
LASTVERSION2=${LASTVERSION%-ls*} LASTVERSION2=${LASTVERSION%-ls*}