From d399cb2bb4dd28dc084e910487b9b89902d32766 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 13 Jun 2023 16:38:04 +0800 Subject: [PATCH] Update install.sh --- plugins/pureftp/install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/pureftp/install.sh b/plugins/pureftp/install.sh index df2103e24..a0ae98119 100755 --- a/plugins/pureftp/install.sh +++ b/plugins/pureftp/install.sh @@ -69,11 +69,6 @@ Install_pureftp() md5_check=`md5sum $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz | awk '{print $1}'` if [ "${md5_ok}" == "${md5_check}" ]; then echo "pure-ftpd file check ok" - else - # 重新下载 - 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