修复ubuntu 20 pureftp 安装时,端口没有加入安全里

pull/387/head
midoks 2 years ago
parent 2b8c6d6e43
commit 659c9fe16b
  1. 5
      plugins/pureftp/install.sh

@ -9,6 +9,11 @@ serverPath=$(dirname "$rootPath")
install_tmp=${rootPath}/tmp/mw_install.pl
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi
sysName=`uname`
echo "use system: ${sysName}"

Loading…
Cancel
Save