Update install.sh

pull/109/head
midoks 3 years ago
parent 001edc675a
commit 639eb6a2e1
  1. 2
      scripts/install.sh

@ -46,5 +46,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