Browse Source

user experience...

pull/709/head
lrob 9 years ago
parent
commit
77178ed1a8
  1. 11
      functions/command_fastdl.sh

11
functions/command_fastdl.sh

@ -147,12 +147,19 @@ fi
} }
fn_gmod_fastdl(){ fn_gmod_fastdl(){
# Copy all needed files for fastDL # Copy all needed files for FastDL
fn_printdots "Gathering all needed files..." echo ""
fn_printinfo "Starting..."
fn_scriptlog "Starting FastFL job"
sleep 2
echo -en "\n" echo -en "\n"
fn_printdots "Gathering all needed files..."
sleep 1 sleep 1
echo -en "\n"
# No choice to cd to the directory, as find can't then display relative folder # No choice to cd to the directory, as find can't then display relative folder
cd "${systemdir}" cd "${systemdir}"
# Map Files # Map Files
fn_printdots "Copying map files..." fn_printdots "Copying map files..."
fn_scriptlog "Copying map files" fn_scriptlog "Copying map files"

Loading…
Cancel
Save