From 079dde953d86defce6018205142eafe40e8dae4d Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 04:34:46 +0100 Subject: [PATCH] test fix prompt --- functions/command_fastdl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 35c99c77b..7b589be5c 100644 --- a/functions/command_fastdl.sh +++ b/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