Invoke check_local_mods() function earlier so we don't have to wait for Docker image downloads or OS updates before checking and potentially exiting SOUP

This commit is contained in:
weslambert
2022-08-08 08:58:19 -04:00
committed by GitHub
parent d7906945df
commit fd7a118664

View File

@@ -1233,6 +1233,7 @@ main() {
set_palette
check_elastic_license
echo ""
check_local_mods
check_os_updates
echo "Generating new repo archive"
@@ -1245,7 +1246,6 @@ main() {
echo "Let's see if we need to update Security Onion."
upgrade_check
check_local_mods
upgrade_space
echo "Checking for Salt Master and Minion updates."