Merge branch 'dev' into kilo

This commit is contained in:
Jason Ertel
2021-06-08 11:04:09 -04:00
13 changed files with 171 additions and 165 deletions

View File

@@ -108,11 +108,10 @@ catch() {
automated=no
progress() {
local title='Security Onion Setup'
local msg=${1:-'Please wait while installing...'}
if [ $automated == no ]; then
whiptail --title "$title" --gauge "$msg" 6 70 0 # append to text
whiptail --title "$whiptail_title" --gauge "$msg" 6 70 0 # append to text
else
cat >> $setup_log 2>&1
fi