From ba8ebbdf4bd30e4f902bf9ae4fa64a00bdfbe6ce Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 30 Jul 2022 14:17:32 +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 d22c8c96f..0dd51a688 100755 --- a/plugins/rsyncd/index.py +++ b/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"