Update install.sh

pull/109/head
midoks 3 years ago
parent e678825931
commit 29d4888871
  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