From 0e36f95f1a7023c9012ea75e92481c01abb2315d Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 29 Aug 2016 16:34:17 +0200 Subject: [PATCH] fix effect that on second install we will complain about mismatching passwords --- Installation/debian/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation/debian/postinst b/Installation/debian/postinst index 63297fffbb..152e3d3424 100755 --- a/Installation/debian/postinst +++ b/Installation/debian/postinst @@ -15,8 +15,9 @@ if [ "$1" = "configure" -a -z "$2" ]; then /usr/sbin/arango-init-database \ --uid arangodb --gid arangodb || true fi - + db_set arangodb3/password_again "" db_set arangodb3/password "" + db_go fi # check if we should upgrade the database directory