pull/298/head
hiCasper 2 years ago
parent d179328976
commit d8f9b179ad
  1. 5
      scripts/install.sh

@ -137,4 +137,7 @@ endTime=`date +%s`
((outTime=(${endTime}-${startTime})/60))
echo -e "Time consumed:\033[32m $outTime \033[0mMinute!"
} 1> >(tee mw-install.log) 2>&1
} 1> >(tee mw-install.log) 2>&1
echo -e "\n\nInstall completed. If error occurs, please contact us with the log file mw-install.log ."
echo "安装完毕,如果出现错误,请带上同目录下的安装日志 mw-install.log 联系我们反馈."
Loading…
Cancel
Save