Update index.py

pull/143/head
midoks 3 years ago
parent 740d171594
commit 32ef8a7d34
  1. 2
      plugins/rsyncd/index.py

@ -582,7 +582,6 @@ def makeLsyncdConf(data):
'bwlimit'] + "\", \"--port=" + str(t['rsync']['port']) + "\"},\n" 'bwlimit'] + "\", \"--port=" + str(t['rsync']['port']) + "\"},\n"
content += "\t}\n" content += "\t}\n"
content += "}\n" content += "}\n"
path = getServerDir() + "/lsyncd.conf" path = getServerDir() + "/lsyncd.conf"
@ -744,6 +743,7 @@ def lsyncdAdd():
"**/*.temp", "**/*.temp",
".git", ".git",
".gitignore", ".gitignore",
".user.ini",
] ]
data = getDefaultConf() data = getDefaultConf()

Loading…
Cancel
Save