Merge pull request #696 from jyeric/patch-1

Fix: Unable to move
pull/697/head
Mr Chen 4 months ago committed by GitHub
commit 26bb2005c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      scripts/old/install.sh

@ -101,7 +101,7 @@ if [ $OSNAME != "macos" ];then
if [ "$LOCAL_ADDR" == "common" ];then if [ "$LOCAL_ADDR" == "common" ];then
curl --insecure -sSLo /tmp/master.zip ${HTTP_PREFIX}github.com/midoks/mdserver-web/archive/refs/tags/${VERSION}.zip curl --insecure -sSLo /tmp/master.zip ${HTTP_PREFIX}github.com/midoks/mdserver-web/archive/refs/tags/${VERSION}.zip
cd /tmp && unzip /tmp/master.zip cd /tmp && unzip /tmp/master.zip
mv -f /tmp/mdserver-web-master /www/server/mdserver-web mv -f /tmp/mdserver-web-${VERSION} /www/server/mdserver-web
rm -rf /tmp/master.zip rm -rf /tmp/master.zip
rm -rf /tmp/mdserver-web-master rm -rf /tmp/mdserver-web-master
else else
@ -175,4 +175,4 @@ echo -e "Time consumed:\033[32m $outTime \033[0mMinute!"
} 1> >(tee $LOG_FILE) 2>&1 } 1> >(tee $LOG_FILE) 2>&1
echo -e "\nInstall completed. If error occurs, please contact us with the log file mw-install.log ." echo -e "\nInstall completed. If error occurs, please contact us with the log file mw-install.log ."
echo "安装完毕,如果出现错误,请带上同目录下的安装日志 mw-install.log 联系我们反馈." echo "安装完毕,如果出现错误,请带上同目录下的安装日志 mw-install.log 联系我们反馈."

Loading…
Cancel
Save