Merge pull request #8289 from Security-Onion-Solutions/fix/soup_unsupported_indices_check

Add missing 'fi' to if/then for unsupported indices check
This commit is contained in:
weslambert
2022-07-13 09:15:22 -04:00
committed by GitHub

View File

@@ -403,6 +403,7 @@ es_indices_check() {
echo
echo "$UNSUPPORTED_INDICES"
exit 1
fi
}
generate_and_clean_tarballs() {