mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-25 22:17:49 +02:00
[fix] Don't drop to shell while running so-allow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user