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. 2
      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

Loading…
Cancel
Save