Update index.py
This commit is contained in:
parent
740d171594
commit
32ef8a7d34
|
|
@ -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…
Reference in New Issue