Update install.sh

pull/109/head
midoks 3 years ago
parent f50704275b
commit 6b5c7397e9
  1. 2
      scripts/install.sh

@ -41,5 +41,5 @@ curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts
endTime=`date +%s` endTime=`date +%s`
outTime=($endTime-$startTime)/60 outTime=(${endTime}-${startTime})/60
echo -e "Time consumed:\033[32m $outTime \033[0mMinute!" echo -e "Time consumed:\033[32m $outTime \033[0mMinute!"
Loading…
Cancel
Save