From 930d5b3627eccc39f77f47323b5c638e7c58e858 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 24 Jun 2021 10:52:53 -0400 Subject: [PATCH] Revert "Move up script verification" This reverts commit 66e88cef42de09b182680951a5858f9f06534001. --- salt/common/tools/sbin/soup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index cad6821e4..b7104f759 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -773,10 +773,6 @@ main() { check_airgap echo "Found that Security Onion $INSTALLEDVERSION is currently installed." echo "" - echo "" - echo "Verifying we have the latest soup script." - verify_latest_update_script - echo "" set_os set_palette check_elastic_license @@ -791,6 +787,10 @@ main() { clone_to_tmp fi check_os_updates + echo "" + echo "Verifying we have the latest soup script." + verify_latest_update_script + echo "" echo "Generating new repo archive" generate_and_clean_tarballs