Browse Source

user experience

pull/709/head
lrob 9 years ago
parent
commit
4f83029df1
  1. 4
      functions/command_fastdl.sh

4
functions/command_fastdl.sh

@ -69,11 +69,11 @@ fi
if [ ! -d "${fastdldir}" ]; then
# No folder, won't ask for removing old ones
newfastdl=1
fn_printdots "Creating FastDL directory..."
fn_printdots "Creating FastDL ${fastdldir} directory"
sleep 1
mkdir "${fastdldir}"
fn_scriptlog "FastDL created ${fastdldir}"
fn_printok "Folders created"
fn_printok "Created ${fastdldir} directory"
sleep 1
echo -en "\n"
else

Loading…
Cancel
Save