From b4ddb77d587a90a0b5f946bc7e3c60ab1fc0aa69 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 30 Aug 2016 17:31:49 +0200 Subject: [PATCH] Fix debian scripted password documentation. --- .../Books/Manual/GettingStarted/Installing/Linux.mdpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Books/Manual/GettingStarted/Installing/Linux.mdpp b/Documentation/Books/Manual/GettingStarted/Installing/Linux.mdpp index e3efd91baf..a012dccb6e 100644 --- a/Documentation/Books/Manual/GettingStarted/Installing/Linux.mdpp +++ b/Documentation/Books/Manual/GettingStarted/Installing/Linux.mdpp @@ -39,8 +39,8 @@ For unattended installation, you can set the password using the [debconf helpers](http://www.microhowto.info/howto/perform_an_unattended_installation_of_a_debian_package.html). ``` -echo arangodb3 arangodb/password password NEWPASSWORD | debconf-set-selections -echo arangodb3 arangodb/password_again password NEWPASSWORD | debconf-set-selections +echo arangodb3 arangodb3/password password NEWPASSWORD | debconf-set-selections +echo arangodb3 arangodb3/password_again password NEWPASSWORD | debconf-set-selections ``` The commands should be executed prior to the installation.