From f3ad1d6261c6139bcf0ad429620886462b26d44d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 6 Oct 2024 22:00:24 +0100 Subject: [PATCH] speed up --- lgsm/modules/command_fastdl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/modules/command_fastdl.sh b/lgsm/modules/command_fastdl.sh index fcbb028f3..256e44afb 100644 --- a/lgsm/modules/command_fastdl.sh +++ b/lgsm/modules/command_fastdl.sh @@ -244,7 +244,7 @@ fn_fastdl_gmod() { ((fileswc++)) tput rc tput el - fn_print_nl "copying ${allowed_extention} : ${fileswc}" + fn_print "copying ${allowed_extention} : ${fileswc}" cp --parents "${fastdlfile}" "${fastdldir}" exitcode=$? if [ "${exitcode}" != 0 ]; then @@ -332,8 +332,8 @@ fn_fastdl_source() { ((fileswc++)) tput rc tput el - fn_print_nl "copying ${directory} ${allowed_extention} : ${fileswc}" - fn_sleep_time_1 + fn_print "copying ${directory} ${allowed_extention} : ${fileswc}" + fn_sleep_time # get relative path of file in the dir tmprelfilepath="${fastdlfile#"${systemdir}/"}" copytodir="${tmprelfilepath%/*}"