Move soup order

This commit is contained in:
Mike Reeves
2022-07-06 08:59:21 -04:00
parent 31688ee898
commit 1589107b97

View File

@@ -1097,7 +1097,6 @@ main() {
echo "" echo ""
set_os set_os
es_version_check
set_cron_service_name set_cron_service_name
if ! check_salt_master_status; then if ! check_salt_master_status; then
echo "Could not talk to salt master" echo "Could not talk to salt master"
@@ -1142,6 +1141,7 @@ main() {
fi fi
echo "Verifying we have the latest soup script." echo "Verifying we have the latest soup script."
verify_latest_update_script verify_latest_update_script
es_version_check
echo "" echo ""
set_palette set_palette
check_elastic_license check_elastic_license