mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
[fix] Fix text printed to whiptail progress bar
This commit is contained in:
@@ -1927,7 +1927,8 @@ setup_salt_master_dirs() {
|
||||
|
||||
set_progress_str() {
|
||||
local percentage_input=$1
|
||||
local progress_bar_text=$2
|
||||
progress_bar_text=$2
|
||||
export progress_bar_text
|
||||
|
||||
if (( "$percentage_input" >= "$percentage" )); then
|
||||
percentage="$percentage_input"
|
||||
|
||||
Reference in New Issue
Block a user