Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 8ff8db4..2f2adc4 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -51,7 +51,7 @@ if _profile_version < PROFILE_VERSION:
os.mkdir(_profile_path)
shutil.copy('cert8.db', _profile_path)
- os.chmod(os.path.join(_profile_path, 'cert8.db'), 0600)
+ os.chmod(os.path.join(_profile_path, 'cert8.db'), 0660)
f = open(_version_file, 'w')
f.write(str(PROFILE_VERSION))