Browse Source

user experience again

pull/709/head
lrob 9 years ago
parent
commit
acc948a077
  1. 6
      functions/command_fastdl.sh

6
functions/command_fastdl.sh

@ -307,10 +307,12 @@ fi
fn_fastdl_completed(){ fn_fastdl_completed(){
# Finished message # Finished message
fn_printok "Congratulations, it's done" fn_printok "Congratulations, it's done !"
fn_scriptlog "FastDL job 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 -en "\n"
echo "For more information, see https://github.com/dgibbs64/linuxgsm/wiki/Fastdl"
if [ "$bzip2installed" == "0" ]; then if [ "$bzip2installed" == "0" ]; then
echo "By the way, you'd better install bzip2 an re-run this command !" echo "By the way, you'd better install bzip2 an re-run this command !"
fi fi

Loading…
Cancel
Save