Skip to content

Commit

Permalink
Merge pull request neo4j#59 from spacecowboy/fix-set-password
Browse files Browse the repository at this point in the history
Fix set-password invocation to new syntax
  • Loading branch information
benbc authored Oct 6, 2016
2 parents e51d31e + e33d862 commit 51e9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3.1/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$1" == "neo4j" ]; then
echo "Invalid value for password. It cannot be 'neo4j', which is the default."
exit 1
fi
bin/neo4j-admin users set-password neo4j "${password}" --requires-password-change=false
bin/neo4j-admin set-initial-password "${password}"
elif [ -n "${NEO4J_AUTH:-}" ]; then
echo "Invalid value for NEO4J_AUTH: '${NEO4J_AUTH}'"
exit 1
Expand Down

0 comments on commit 51e9fab

Please sign in to comment.