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 2a409585c23 [bug] [k8s]update variable have not prefix (#54321)
2a409585c23 is described below

commit 2a409585c23763d1acab9c46a77a63402e3b466d
Author: smiletan <[email protected]>
AuthorDate: Tue Aug 5 14:15:15 2025 +0800

    [bug] [k8s]update variable have not prefix (#54321)
---
 docker/runtime/fe/resource/fe_entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/runtime/fe/resource/fe_entrypoint.sh 
b/docker/runtime/fe/resource/fe_entrypoint.sh
index f31c8eccb7a..641388cef8e 100755
--- a/docker/runtime/fe/resource/fe_entrypoint.sh
+++ b/docker/runtime/fe/resource/fe_entrypoint.sh
@@ -405,7 +405,7 @@ start_fe_with_meta()
 print_vlsn()
 {
     local doris_meta_path=`parse_confval_from_fe_conf "meta_dir"`
-    if [[ "xdoris_meta_path" == "x" ]] ; then
+    if [[ "x$doris_meta_path" == "x" ]] ; then
         doris_meta_path="/opt/apache-doris/fe/doris-meta"
     fi
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to