Daniel Gibbs
6 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
3 additions and
3 deletions
-
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%/*}" |
|
|
|