update download path

This commit is contained in:
JackLee_CN 2022-10-25 17:21:09 +08:00
parent 9845ec9310
commit 95a4d96552

View File

@ -837,9 +837,9 @@ fi
if [[ ! -d "/opt/wwwroot/$webdir" ]] ; then
rm -rf /opt/etc/nginx/vhost/$webdir.conf
if [[ ! -f /opt/wwwroot/$name.$suffix ]]; then
rm -rf /opt/tmp/$name.$suffix
curl -O -L $filelink /opt/tmp/$name.$suffix
mv /opt/tmp/$name.* /opt/wwwroot/
rm -rf /opt/wwwroot/$name.$suffix
cd /opt/wwwroot
curl -O -L $filelink /opt/wwwroot/$name.$suffix
fi
if [[ ! -f "/opt/wwwroot/$name.$suffix" ]]; then
echo "下载未成功"