This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6c62c033b4d [fix](script)update variable use conffile (#55671)
6c62c033b4d is described below
commit 6c62c033b4d85e18855a115706b5ff072dda0ca3
Author: smiletan <[email protected]>
AuthorDate: Thu Sep 4 17:03:25 2025 +0800
[fix](script)update variable use conffile (#55671)
---
docker/runtime/be/resource/be_disaggregated_entrypoint.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
b/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
index 9fd4286433f..fedf20d2d06 100755
--- a/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
+++ b/docker/runtime/be/resource/be_disaggregated_entrypoint.sh
@@ -84,8 +84,8 @@ update_conf_from_configmap()
mv -f $tgt ${tgt}.bak
fi
if [[ "$conffile" == "be.conf" ]]; then
- cp $CONFIGMAP_MOUNT_PATH/$conffile $DORIS_HOME/conf/$file
- echo "deploy_mode = cloud" >> $DORIS_HOME/conf/$file
+ cp $CONFIGMAP_MOUNT_PATH/$conffile $DORIS_HOME/conf/$conffile
+ echo "deploy_mode = cloud" >> $DORIS_HOME/conf/$conffile
continue
fi
ln -sfT $CONFIGMAP_MOUNT_PATH/$conffile $tgt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]