From acc948a077ce34604368288482c48a92663c7a50 Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 06:34:24 +0100 Subject: [PATCH] user experience again --- functions/command_fastdl.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 1fb3f4393..cd75d15af 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -307,10 +307,12 @@ fi fn_fastdl_completed(){ # Finished message -fn_printok "Congratulations, it's done" +fn_printok "Congratulations, it's done !" fn_scriptlog "FastDL job done" +sleep 2 +echo -en "\n" +fn_printinfo "Need more doc ? See https://github.com/dgibbs64/linuxgsm/wiki/Fastdl" echo -en "\n" -echo "For more information, see https://github.com/dgibbs64/linuxgsm/wiki/Fastdl" if [ "$bzip2installed" == "0" ]; then echo "By the way, you'd better install bzip2 an re-run this command !" fi