1
0
Fork 0

fix effect that on second install we will complain about mismatching passwords

This commit is contained in:
Wilfried Goesgens 2016-08-29 16:34:17 +02:00
parent 1be060bc98
commit 0e36f95f1a
1 changed files with 2 additions and 1 deletions

View File

@ -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