From 91bd38fabf0d3aaaccb84972e90d45703c9815f6 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 26 Sep 2023 23:59:56 +0100 Subject: [PATCH] refactor: improve console output in core_dl.sh and linuxgsm.sh - Refactored code to improve the console output in core_dl.sh and linuxgsm.sh. - Updated echo statements to provide more informative messages. - Removed unnecessary characters from the console output. --- lgsm/modules/core_dl.sh | 2 +- linuxgsm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/modules/core_dl.sh b/lgsm/modules/core_dl.sh index 50a7c3db3..edfd8eeae 100644 --- a/lgsm/modules/core_dl.sh +++ b/lgsm/modules/core_dl.sh @@ -403,7 +403,7 @@ fn_fetch_file() { "${curlcmd[@]}" --progress-bar "${fileurl}" 2>&1 exitcode="$?" else - echo -en "${dim}fetching from ${fileurl_name} ${local_filename} ... \c${default}" + echo -en "${dim}fetching from ${fileurl_name} ( ${local_filename} )\c" "${curlcmd[@]}" --silent --show-error "${fileurl}" 2>&1 exitcode="$?" fi diff --git a/linuxgsm.sh b/linuxgsm.sh index 2fcd2d479..0f599b0d7 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -136,7 +136,7 @@ fn_bootstrap_fetch_file() { fi fi else - echo -en " [ OK ]" + echo -en "OK" sleep 0.3 echo -en "\033[2K\\r" if [ -f "${lgsmlog}" ]; then