瀏覽代碼

user experience again

lrob 10 年之前
父節點
當前提交
53113c865d
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      functions/command_fastdl.sh

+ 3 - 2
functions/command_fastdl.sh

@@ -58,9 +58,10 @@ if [ ! -d "${webdir}" ]; then
 	fn_printinfo "Creating FastDL directories..."
 	echo -en "\n"
 	sleep 1
-	fn_printdots "Creating ${webdir} directory."
+	fn_printdots "Creating ${webdir} directory"
+	sleep 1
 	mkdir "${webdir}"
-	fn_printok
+	fn_printok "Created ${webdir} directory"
 	fn_scriptlog "FastDL created ${webdir}"
 	sleep 1
 	echo -en "\n"