updata install
This commit is contained in:
parent
d07d7835df
commit
9c28a18a59
6
onmp.sh
6
onmp.sh
@ -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/wwwroot/$name.$suffix
|
||||
cd /opt/wwwroot
|
||||
curl -O -L $filelink /opt/wwwroot/$name.$suffix
|
||||
rm -rf /opt/tmp/$name.$suffix
|
||||
wget --no-check-certificate -O /opt/tmp/$name.$suffix $filelink
|
||||
mv /opt/tmp/$name.* /opt/wwwroot/
|
||||
fi
|
||||
if [[ ! -f "/opt/wwwroot/$name.$suffix" ]]; then
|
||||
echo "下载未成功"
|
||||
|
Loading…
Reference in New Issue
Block a user