Update index.py

pull/143/head
midoks 3 years ago
parent 8f989ff416
commit ba8ebbdf4b
  1. 2
      plugins/rsyncd/index.py

@ -574,7 +574,7 @@ def makeLsyncdConf(data):
content += "\t\tcompress = " + t['rsync']['compress'] + ",\n"
content += "\t\t_extra = {\"--bwlimit=" + t['rsync'][
'bwlimit'] + "\", --port=\"" + str(t['rsync']['port']) + "\"}\n"
content += "\t\tpassword-file=\"" + cmd_pass + "\",\n"
content += "\t\tpassword-file = \"" + cmd_pass + "\",\n"
content += "\t}\n"

Loading…
Cancel
Save