lrob 10 лет назад
Родитель
Сommit
acc948a077
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      functions/command_fastdl.sh

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