diff options
Diffstat (limited to 'installer/cli.php')
-rw-r--r-- | installer/cli.php | 2 |
1 files changed, 2 insertions, 0 deletions
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()); |