Merge pull request #4611 from Security-Onion-Solutions/airsoup

Move up script verification
This commit is contained in:
Jason Ertel
2021-06-24 10:05:05 -04:00
committed by GitHub

View File

@@ -773,6 +773,10 @@ main() {
check_airgap check_airgap
echo "Found that Security Onion $INSTALLEDVERSION is currently installed." echo "Found that Security Onion $INSTALLEDVERSION is currently installed."
echo "" echo ""
echo ""
echo "Verifying we have the latest soup script."
verify_latest_update_script
echo ""
set_os set_os
set_palette set_palette
check_elastic_license check_elastic_license
@@ -787,10 +791,6 @@ main() {
clone_to_tmp clone_to_tmp
fi fi
check_os_updates check_os_updates
echo ""
echo "Verifying we have the latest soup script."
verify_latest_update_script
echo ""
echo "Generating new repo archive" echo "Generating new repo archive"
generate_and_clean_tarballs generate_and_clean_tarballs