mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 00:36:06 +02:00
Correct
This commit is contained in:
@@ -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*}
|
||||||
|
|||||||
Reference in New Issue
Block a user