[fix] Create full dir structure, rm /root/install_opt on failure

This commit is contained in:
William Wernert
2020-12-10 14:17:47 -05:00
parent 1f1cfde3ac
commit 58bcc79c54
2 changed files with 5 additions and 2 deletions

View File

@@ -783,6 +783,8 @@ whiptail_management_interface_setup() {
else
msg="initialize networking"
fi
else
msg=$minion_msg
fi
whiptail --title "Security Onion Setup" --yesno "Setup will now $msg. Select YES to continue or NO to cancel." 8 75