From 32ef8a7d3483be8b666f3afbcdb17ea558c9152a Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 30 Jul 2022 17:05:44 +0800 Subject: [PATCH] Update index.py --- plugins/rsyncd/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rsyncd/index.py b/plugins/rsyncd/index.py index 1b127a4e9..1f7179b9c 100755 --- a/plugins/rsyncd/index.py +++ b/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()