ソースを参照

test fix prompt 2

lrob 10 年 前
コミット
38fece3b0b
1 ファイル変更2 行追加2 行削除
  1. 2 2
      functions/command_fastdl.sh

+ 2 - 2
functions/command_fastdl.sh

@@ -96,10 +96,10 @@ if [ ${newfastdl} == 1 ]; then
 	echo -en "\n"
 fi
 if [ ${bzip2installed} == 1 ]; then
-	fn_printdots "Enable file compression using bzip2?"
+	fn_printdots
 	sleep 1
 	while true; do
-		read -p "Use bzip2? [y/n]" yn
+		read -p "Enable file compression using bzip2?? [Y/n]" Yn
 		case $yn in
 		[Yy]* ) bzip2enable="on"; fn_scriptlog "bzip2 enabled"; fn_printok "bzip2 Enabled"; break;;
 		[Nn]* ) bzip2enable="off"; fn_scriptlog "bzip2 disabled"; fn_printok "bzip2 Disabled;" break;;