Fix conditional check for POSTVERSION 2.4.211

This commit is contained in:
Mike Reeves
2026-03-11 12:13:05 -04:00
committed by GitHub
parent 06664440ad
commit e6bd57e08d

View File

@@ -502,7 +502,7 @@ postupgrade_changes() {
[[ "$POSTVERSION" == 2.4.190 ]] && post_to_2.4.200
[[ "$POSTVERSION" == 2.4.200 ]] && post_to_2.4.201
[[ "$POSTVERSION" == 2.4.201 ]] && post_to_2.4.210
[[ "$POSTVERSION" == 2.4.211 ]] && post_to_2.4.211
[[ "$POSTVERSION" == 2.4.210 ]] && post_to_2.4.211
true
}