Explorar el Código

user experience

lrob hace 10 años
padre
commit
4f83029df1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      functions/command_fastdl.sh

+ 2 - 2
functions/command_fastdl.sh

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