Update install.sh

pull/109/head
midoks 3 years ago
parent 9b0f2d34ad
commit 8deb45989f
  1. 2
      scripts/install.sh

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