Update install.sh

pull/109/head
midoks 3 years ago
parent c67182a721
commit 18e8db110a
  1. 2
      plugins/pureftp/install.sh

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

Loading…
Cancel
Save