From bd28d8fe6effa98e1c5a6bf4c1b76d9e2f3c4afe Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 06:43:15 +0100 Subject: [PATCH] appearance --- functions/command_fastdl.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 8cdc0d231..079fa37d6 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -55,25 +55,26 @@ fn_scriptlog "Initiating FastDL creation" # Check and create folders if [ ! -d "${webdir}" ]; then - fn_printinfo "Creating FastDL directories..." + echo "" + fn_printinfo "Creating FastDL directories" echo -en "\n" sleep 1 - fn_printdots "Creating ${webdir} directory" + fn_printdots "Creating www directory" sleep 1 mkdir "${webdir}" - fn_printok "Created ${webdir} directory" - fn_scriptlog "FastDL created ${webdir}" + fn_printok "Created www directory" + fn_scriptlog "FastDL created www directory" sleep 1 echo -en "\n" fi if [ ! -d "${fastdldir}" ]; then # No folder, won't ask for removing old ones newfastdl=1 - fn_printdots "Creating FastDL ${fastdldir} directory" + fn_printdots "Creating FastDL fastdl directory" sleep 1 mkdir "${fastdldir}" - fn_scriptlog "FastDL created ${fastdldir}" - fn_printok "Created ${fastdldir} directory" + fn_printok "Created fastdl directory" + fn_scriptlog "FastDL created fastdl directory" sleep 1 echo -en "\n" else