Skip to content

Commit

Permalink
hotfix: add quotes to pass OB_CONFIGSERVER_ADDRESS correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Sep 29, 2024
1 parent 0e4cf8b commit bb2110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceanbase-ce/boot/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export OB_TENANT_INIT_SQL_DIR=${OB_TENANT_INIT_SQL_DIR:-/root/boot/init.d}

export TELEMETRY_REPORTER="docker_${OB_CLUSTER_NAME}"

if [ -n $OB_CONFIGSERVER_ADDRESS ]; then
if [ -n "$OB_CONFIGSERVER_ADDRESS" ]; then
export OB_CONFIGURL="${OB_CONFIGSERVER_ADDRESS}/services"
fi

0 comments on commit bb2110f

Please sign in to comment.