[fix] Padding 3->4 spaces, don't use lookup_pillar before salt is installed

This commit is contained in:
William Wernert
2021-01-15 08:57:05 -05:00
parent 07b5f1d23e
commit f4de5e28bf
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -646,8 +646,8 @@ whiptail_first_menu_iso() {
[ -n "$TESTING" ] && return
option=$(whiptail --title "Security Onion Setup" --menu "Select an option" 10 75 2 \
"Install " "Run the standard Security Onion installation " \
"Configure Network " "Configure networking only " \
"Install " "Run the standard Security Onion installation " \
"Configure Network " "Configure networking only " \
3>&1 1>&2 2>&3
)
local exitstatus=$?