From a67b1efd6ef96b9f942dfb521ede1d07eb1b0ed9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 7 Feb 2011 22:11:27 +0100 Subject: closed #234 --- module/plugins/AccountManager.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins/AccountManager.py') diff --git a/module/plugins/AccountManager.py b/module/plugins/AccountManager.py index d0955ecee..bd0871705 100644 --- a/module/plugins/AccountManager.py +++ b/module/plugins/AccountManager.py @@ -21,6 +21,7 @@ from os.path import exists from shutil import copy from module.PullEvents import AccountUpdateEvent +from module.utils import chmod ACC_VERSION = 1 @@ -127,6 +128,7 @@ class AccountManager(): f.write("\t@%s %s\n" % (option, " ".join(values))) f.close() + chmod(f.name, 0600) #---------------------------------------------------------------------- -- cgit v1.2.3