[fix] Correct percentages

This commit is contained in:
William Wernert
2020-05-12 17:54:03 -04:00
parent 75af1e9920
commit 1230cc57d7

View File

@@ -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