[fix] Don't drop to shell while running so-allow

This commit is contained in:
William Wernert
2020-07-17 11:08:31 -04:00
parent 958d614bef
commit d97271cca3
2 changed files with 20 additions and 7 deletions
+9
View File
@@ -1086,6 +1086,15 @@ whiptail_so_allow() {
whiptail_check_exitstatus $exitstatus
}
whiptail_gauge_post_setup() {
[ -n "$TESTING" ] && return
local msg=$1
whiptail --title "Security Onion Setup" --guage "$msg" 6 60 96
}
whiptail_strelka_rules() {
[ -n "$TESTING" ] && return