update script fixie

This commit is contained in:
2024-07-11 22:45:46 +02:00
parent acf013c264
commit fab33d20ee

View File

@@ -14,7 +14,7 @@ CUR=$(cat "$SCRIPT_DIR"/version)
echo Current: $CUR echo Current: $CUR
if [[ $CUR -gt $LATEST ]]; then if [[ $CUR -ge $LATEST ]]; then
exit Already latest! exit Already latest!
exit 1 exit 1
fi fi