Kaynağa Gözat

user experience again

lrob 10 yıl önce
ebeveyn
işleme
acc948a077
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4 2
      functions/command_fastdl.sh

+ 4 - 2
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