Update install_dev.sh

pull/267/head
midoks 3 years ago
parent 798f413d6e
commit f6178c3ac2
  1. 5
      scripts/install_dev.sh

@ -99,9 +99,8 @@ if [ ! -e /usr/bin/mw ]; then
fi
fi
systemctl daemon-reload
endTime=`date +%s`
((outTime=(${endTime}-${startTime})/60))
echo -e "Time consumed:\033[32m $outTime \033[0mMinute!"
systemctl daemon-reload

Loading…
Cancel
Save