mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

copilot-swe-agent[bot]
2 days ago 41a3d8ca7027f6e9042c3cbad66b18c833786f01
fix: export ROOT_PASSWORD with default fallback in run.sh

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/6698e747-e39a-44ca-9fb2-dc2907d542c7

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
3 ■■■■ changed files
opendj-packages/opendj-docker/run.sh 3 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-docker/run.sh
@@ -42,8 +42,7 @@
export BASE_DN=${BASE_DN:-"dc=example,dc=com"}
echo "BASE DN is ${BASE_DN}"
export PASSWORD=${ROOT_PASSWORD:-password}
echo "Password set to $PASSWORD"
export ROOT_PASSWORD=${ROOT_PASSWORD:-password}
BOOTSTRAP=${BOOTSTRAP:-/opt/opendj/bootstrap/setup.sh}
echo "Running $BOOTSTRAP"