瀏覽代碼

test fix prompt

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

+ 3 - 0
functions/command_fastdl.sh

@@ -27,6 +27,8 @@ if [ -z "$(command -v bzip2)" ]; then
 	bzip2installed="0"
 	fn_printinfo "bzip2 is not installed !"
 	fn_scriptlog "bzip2 is not installed"
+	echo -en "\n"
+	sleep 1
 	echo "We advise using it"
 	echo "For more information, see https://github.com/dgibbs64/linuxgsm/wiki/Fastdl#bzip2-compression"
 	sleep 2
@@ -80,6 +82,7 @@ echo -en "\n"
 sleep 2
 if [ ${newfastdl} == 1 ]; then
 	fn_printdots "Enable clearing old FastDL files?"
+	echo ""
 	sleep 1
 	while true; do
 		read -p "Clear old FastDL? [y/n]" yn