Browse Source

check dl

pull/3568/head
Daniel Gibbs 4 years ago
parent
commit
f2dd74169a
  1. 11
      lgsm/functions/core_dl.sh

11
lgsm/functions/core_dl.sh

@ -295,17 +295,8 @@ fn_check_file(){
sleep 0.3
echo -en "\033[2K\\r"
if [ -f "${lgsmlog}" ]; then
fn_script_log_pass "Checking ${local_filename}"
fn_script_log_pass "Checking ${remote_filename}"
fi
# Make file executable if chmodx is set.
if [ "${chmodx}" == "chmodx" ]; then
chmod +x "${local_filedir}/${local_filename}"
fi
# Remove trap.
trap - INT
break
fi
done

Loading…
Cancel
Save