Fix: Unable to move

pull/696/head
jyeric 4 months ago committed by GitHub
parent 1bfc02a892
commit ee58805ae9
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
curl --insecure -sSLo /tmp/master.zip ${HTTP_PREFIX}github.com/midoks/mdserver-web/archive/refs/tags/${VERSION}.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/mdserver-web-master
else

Loading…
Cancel
Save