From f2e209cb42546f42085a41ba242ca624560cef78 Mon Sep 17 00:00:00 2001 From: zhongyehong Date: Mon, 1 Aug 2016 17:24:43 +0800 Subject: [PATCH] fix bug that docklet don't create generated_password file --- src/httprest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httprest.py b/src/httprest.py index 4047081..2d030ff 100755 --- a/src/httprest.py +++ b/src/httprest.py @@ -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()