From 82ccbba12401cefd9398f70fb2ad763025fa3919 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 17 Feb 2009 07:03:40 +0000 Subject: Move private key generation into the installer so that we're not generating it lazily. --- installer/cli.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installer/cli.php') diff --git a/installer/cli.php b/installer/cli.php index fb497635..ee2d6880 100644 --- a/installer/cli.php +++ b/installer/cli.php @@ -53,6 +53,8 @@ if (!installer::connect($config)) { print " username: $user\n"; print " password: $password\n"; print "\n"; + + installer::create_private_key(); exit(0); } catch (Exception $e) { oops($e->getMessage()); -- cgit v1.2.3