Skip to content

Commit

Permalink
ui updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 29, 2024
1 parent 4c181d4 commit 240e3d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/core_dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ fn_check_file() {
fileurl_name="${remote_fileurl_backup_name}"
fi
counter=$((counter + 1))
echo -en "checking ${fileurl_name} ${remote_filename}...\c"
echo -e "checking ${fileurl_name} ${remote_filename}\c"
curlcmd=$(curl --output /dev/null --silent --head --fail "${fileurl}" 2>&1)
local exitcode=$?

Expand Down
4 changes: 3 additions & 1 deletion lgsm/modules/update_mcb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ fn_update_dl() {
core_exit.sh
else
fn_print_ok_eol_nl
fn_script_log_pass "Extracting ${local_filename}"
if [ -f "${lgsmlog}" ]; then
fn_script_log_pass "Extracting ${local_filename}"
fi
fn_clear_tmp
fi
}
Expand Down

0 comments on commit 240e3d9

Please sign in to comment.