pull/628/head
Mr Chen 7 months ago
parent 5033692886
commit fb8c1d124e
  1. 2
      plugins/fail2ban/index.py
  2. 1
      plugins/fail2ban/install.sh

@ -89,7 +89,7 @@ def configTpl():
for one in pathFile:
if one.endswith("conf"):
file = path + '/' + one
tmp.append(file)
tmp.append(file)
return mw.getJson(tmp)

@ -12,6 +12,7 @@ install_tmp=${rootPath}/tmp/mw_install.pl
VERSION=$2
# cd /www/server/mdserver-web/plugins/fail2ban && bash install.sh install 1.1.0
# cd /www/server/mdserver-web && python3 plugins/fail2ban/index.py config_tpl
Install_App()
{

Loading…
Cancel
Save