diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 5e63fadcb..e267ab55a 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -387,7 +387,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.3.20 || "$INSTALLEDVERSION" == 2.3.21 ]] && up_2.3.2X_to_2.3.30 [[ "$INSTALLEDVERSION" == 2.3.30 || "$INSTALLEDVERSION" == 2.3.40 ]] && up_2.3.3X_to_2.3.50 [[ "$INSTALLEDVERSION" == 2.3.50 || "$INSTALLEDVERSION" == 2.3.51 || "$INSTALLEDVERSION" == 2.3.52 || "$INSTALLEDVERSION" == 2.3.60 || "$INSTALLEDVERSION" == 2.3.61 || "$INSTALLEDVERSION" == 2.3.70 ]] && up_2.3.5X_to_2.3.80 - [[ "$INSTALLEDVERSION" == 2.3.70 || "$INSTALLEDVERSION" == 2.3.80 ]] && up_2.3.80_to_2.3.90 + [[ "$INSTALLEDVERSION" == 2.3.80 ]] && up_2.3.80_to_2.3.90 true }