Update install.sh

pull/125/head
midoks 3 years ago
parent e02cb62771
commit 9e26a30c7f
  1. 2
      plugins/pureftp/install.sh

@ -66,7 +66,7 @@ Install_pureftp()
else else
# 重新下载 # 重新下载
rm -rf $serverPath/source/pureftp/pure-ftpd-${VER} rm -rf $serverPath/source/pureftp/pure-ftpd-${VER}
wget --no-check-certificate -O $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz $DOWNLOAD curl -sSLo $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz $DOWNLOAD
fi fi
fi fi

Loading…
Cancel
Save