Merge pull request #181 from zhongyehong/customSetting

fix bug that docklet don't create generated_password file
This commit is contained in:
zhong yehong 2016-08-01 17:26:29 +08:00 committed by GitHub
commit 4ba7d3c2da
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ if __name__ == '__main__':
if etcdclient.isdir("_lock")[0]:
etcdclient.deldir("_lock")
G_usermgr = userManager.userManager('root','unias1616')
G_usermgr = userManager.userManager('root')
if mode == "new":
G_usermgr.initUsage()
G_notificationmgr = notificationmgr.NotificationMgr()