Daniel Gibbs 1 yıl önce
ebeveyn
işleme
f3ad1d6261
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      lgsm/modules/command_fastdl.sh

+ 3 - 3
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%/*}"