--- a/cwconfig.py Fri Sep 11 15:29:25 2015 +0200
+++ b/cwconfig.py Fri Sep 11 15:50:29 2015 +0200
@@ -351,7 +351,7 @@
}),
('umask',
{'type' : 'int',
- 'default': 077,
+ 'default': 0o077,
'help': 'permission umask for files created by the server',
'group': 'main', 'level': 2,
}),