Update install.sh

pull/109/head
midoks 3 years ago
parent 6f1d243fb5
commit 60d6a34a4a
  1. 2
      scripts/install.sh

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