From 77178ed1a87839f6085027c024882bbacd6e087d Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 06:31:09 +0100 Subject: [PATCH] user experience... --- functions/command_fastdl.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 9b8ebde86..1fb3f4393 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -147,12 +147,19 @@ fi } fn_gmod_fastdl(){ -# Copy all needed files for fastDL -fn_printdots "Gathering all needed files..." +# Copy all needed files for FastDL +echo "" +fn_printinfo "Starting..." +fn_scriptlog "Starting FastFL job" +sleep 2 echo -en "\n" +fn_printdots "Gathering all needed files..." sleep 1 +echo -en "\n" + # No choice to cd to the directory, as find can't then display relative folder cd "${systemdir}" + # Map Files fn_printdots "Copying map files..." fn_scriptlog "Copying map files"