Daniel Gibbs
6 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
4 additions and
2 deletions
-
lgsm/modules/core_dl.sh
-
lgsm/modules/update_mcb.sh
|
|
@ -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=$? |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
} |
|
|
|