From 45ff09dadbfebbfd64f39ec9f74990a34764febd Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 13 Nov 2025 01:25:42 +0800 Subject: [PATCH] Update index.py --- plugins/rsyncd/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/rsyncd/index.py b/plugins/rsyncd/index.py index e5f508773..a720acb4e 100755 --- a/plugins/rsyncd/index.py +++ b/plugins/rsyncd/index.py @@ -596,6 +596,7 @@ def makeLsyncdConf(data): cmd_exclude_txt += x + "\n" mw.writeFile(cmd_exclude, cmd_exclude_txt) cmd_pass = name_dir + "/pass" + mw.execShell("chmod 755 " + cmd_pass) mw.writeFile(cmd_pass, t['password']) mw.execShell("chmod 600 " + cmd_pass)