[fix][WIP] Changes to set_progress_str to fix percentage dropping to 0

This commit is contained in:
William Wernert
2020-05-19 09:32:10 -04:00
parent 8957af0a4d
commit 2261fe9b66
2 changed files with 8 additions and 11 deletions

View File

@@ -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'