From 1230cc57d7efb377c6259f4642f04dbd667f41c8 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 12 May 2020 17:54:03 -0400 Subject: [PATCH] [fix] Correct percentages --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 4738a2c2a..696fbe872 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -358,10 +358,10 @@ export percentage=0 salt-call state.apply -l info registry >> "$setup_log" 2>&1 docker_seed_registry 2>> "$setup_log" # ~ 60% when finished - set_progress_str 27 "$(print_salt_state_apply 'master')" + set_progress_str 61 "$(print_salt_state_apply 'master')" salt-call state.apply -l info master >> $setup_log 2>&1 - set_progress_str 28 "$(print_salt_state_apply 'idstools')" + set_progress_str 62 "$(print_salt_state_apply 'idstools')" salt-call state.apply -l info idstools >> $setup_log 2>&1 fi