mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 17:33:10 +01:00
[fix][WIP] Changes to set_progress_str to fix percentage dropping to 0
This commit is contained in:
@@ -272,10 +272,9 @@ if [[ $is_minion ]]; then
|
||||
fi
|
||||
|
||||
# Begin install
|
||||
|
||||
# Set initial percentage to 0
|
||||
export percentage=0
|
||||
{
|
||||
# Set initial percentage to 0
|
||||
export percentage=0
|
||||
|
||||
if [[ $is_sensor || $is_helix ]]; then
|
||||
set_progress_str 1 'Creating bond interface'
|
||||
|
||||
Reference in New Issue
Block a user