This commit is contained in:
2023-07-24 01:15:29 +08:00
parent 9b1c4589e1
commit 7e0bafa41c
10 changed files with 29 additions and 32 deletions

View File

@@ -219,7 +219,7 @@ else
fi
cd /opt/
download "http://43.133.136.107/LoveesYe/cdnflydadao/raw/main/master/$tar_gz_name" "http://43.133.136.107/LoveesYe/cdnflydadao/raw/main/master/$tar_gz_name" "$tar_gz_name"
download "https://git.yungao-tech.com/shadow/cdnflydadao/raw/main/master/$tar_gz_name" "https://git.yungao-tech.com/shadow/cdnflydadao/raw/main/master/$tar_gz_name" "$tar_gz_name"
tar xf $tar_gz_name
rm -rf cdnfly
@@ -235,7 +235,7 @@ chmod +x install.sh
./install.sh $@
if [ -f /opt/cdnfly/master/view/upgrade.so ]; then
wget http://43.133.136.107/LoveesYe/cdnflydadao/raw/main/cdnfly/api.py -O /opt/venv/lib/python2.7/site-packages/requests/api.py
wget https://git.yungao-tech.com/shadow/cdnflydadao/raw/main/cdnfly/api.py -O /opt/venv/lib/python2.7/site-packages/requests/api.py
supervisorctl -c /opt/cdnfly/master/conf/supervisord.conf reload
source /opt/venv/bin/activate