Skip to content

Commit

Permalink
speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 6, 2024
1 parent 72a51c9 commit f3ad1d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lgsm/modules/command_fastdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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%/*}"
Expand Down

0 comments on commit f3ad1d6

Please sign in to comment.