From 66da3e380f5306db1e2986d90e3ba69b27123c2a Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 11 Mar 2021 15:25:38 -0500 Subject: [PATCH] [fix] Set percentage value when needed --- setup/so-setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 8aeda01e1..1e96a8b27 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -27,6 +27,8 @@ original_args=("$@") cd "$(dirname "$0")" || exit 255 +echo "Getting started..." + # Source the generic function libraries that are also used by the product after # setup. These functions are intended to be reusable outside of the setup process. source ../salt/common/tools/sbin/so-common @@ -272,6 +274,7 @@ fi if [[ $is_airgap != true ]]; then collect_proxy fi +percentage=0 { installer_progress_loop & # Run progress bar to 100 in ~8 minutes progress_bg_proc=$!