mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2890
This commit is contained in:
parent
7519dc516c
commit
082c0900ca
|
@ -298,7 +298,7 @@ class Project:
|
|||
self.config = configxml.ConfigFile(self.dir('config.xml')).init_empty()
|
||||
config = self.config.config
|
||||
|
||||
config.user_name = options.user_name
|
||||
config.db_user = options.user_name
|
||||
config.db_name = db_name or config.user_name + '_' + self.short_name
|
||||
config.db_passwd = ''
|
||||
config.shmem_key = generate_shmem_key()
|
||||
|
|
Loading…
Reference in New Issue