mirror of https://gitee.com/bigwinds/arangodb
fix effect that on second install we will complain about mismatching passwords
This commit is contained in:
parent
1be060bc98
commit
0e36f95f1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue