diff -r 82ffa4b68c9e -r df64cca71c36 cwctl.py --- a/cwctl.py Wed May 29 11:41:39 2013 +0200 +++ b/cwctl.py Fri May 24 14:07:46 2013 +0200 @@ -415,7 +415,7 @@ print 'set %s as owner of the data directory' % config['uid'] chown(config.appdatahome, config['uid']) print '\n-> creation done for %s\n' % repr(config.apphome)[1:-1] - helper.postcreate(self.config.automatic) + helper.postcreate(self.config.automatic, self.config.config_level) def _handle_win32(self, config, appid): if sys.platform != 'win32':