Update index.py
This commit is contained in:
parent
8f989ff416
commit
ba8ebbdf4b
|
|
@ -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…
Reference in New Issue