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"
content += "\t}\n"
content += "}\n"
path = getServerDir() + "/lsyncd.conf"
@ -744,6 +743,7 @@ def lsyncdAdd():
"**/*.temp",
".git",
".gitignore",
".user.ini",
]
data = getDefaultConf()

Loading…
Cancel
Save