[fix] Correct order of setup salt states

This commit is contained in:
William Wernert
2020-04-28 22:40:21 -04:00
parent 31f9f31ff2
commit bf41fe838c
3 changed files with 39 additions and 41 deletions

View File

@@ -699,11 +699,10 @@ whiptail_node_ls_input_batch_count() {
#TODO: helper function to display error message or exit if batch mode
# exit_if_batch <"Error string"> <Error code (int)>
whiptail_passwords_dont_match() {
# exit_if_batch "Error string" Error code (int)
whiptail --title "Security Onion Setup" --msgbox "Passwords don't match. Please re-enter." 8 75
}