Remove dup line

This commit is contained in:
DefensiveDepth
2024-04-04 08:52:30 -04:00
parent 07cb0c7d46
commit c2f7f7e3a5

View File

@@ -375,7 +375,6 @@ postupgrade_changes() {
[[ "$POSTVERSION" == 2.4.40 ]] && post_to_2.4.50
[[ "$POSTVERSION" == 2.4.50 ]] && post_to_2.4.60
[[ "$POSTVERSION" == 2.4.60 ]] && post_to_2.4.70
[[ "$POSTVERSION" == 2.4.60 ]] && post_to_2.4.70
true
}