Merge pull request #10888 from Security-Onion-Solutions/soups

Update Soup
This commit is contained in:
Mike Reeves
2023-07-31 13:14:54 -04:00
committed by GitHub

View File

@@ -391,7 +391,7 @@ preupgrade_changes() {
echo "Checking to see if changes are needed."
[[ "$INSTALLEDVERSION" == 2.4.2 ]] && up_to_2.4.3
[[ "$INSTALLEDVERSION" == 2.4.3]] && up_to_2.4.4
[[ "$INSTALLEDVERSION" == 2.4.3 ]] && up_to_2.4.4
[[ "$INSTALLEDVERSION" == 2.4.4 ]] && up_to_2.4.5
true
}