This is an automated email from the ASF dual-hosted git repository.

liudongkai pushed a commit to branch 3.0.0-beta-2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.0-beta-2-prepare by this 
push:
     new 1e89cbbcec fix standalone start error (#10577)
1e89cbbcec is described below

commit 1e89cbbcec498c247325ebfaf01685c0c6cdaf75
Author: xiangzihao <[email protected]>
AuthorDate: Thu Jun 23 16:35:39 2022 +0800

    fix standalone start error (#10577)
    
    (cherry picked from commit 7a292cfccf796384ecd4b7d7bcd221a8e827aab9)
---
 script/dolphinscheduler-daemon.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/script/dolphinscheduler-daemon.sh 
b/script/dolphinscheduler-daemon.sh
index ffcd87f72a..9e34ee5737 100755
--- a/script/dolphinscheduler-daemon.sh
+++ b/script/dolphinscheduler-daemon.sh
@@ -50,8 +50,6 @@ function overwrite_server_env() {
   fi
 }
 
-source "${DOLPHINSCHEDULER_HOME}/bin/env/dolphinscheduler_env.sh"
-
 export HOSTNAME=`hostname`
 
 export DOLPHINSCHEDULER_LOG_DIR=$DOLPHINSCHEDULER_HOME/$command/logs

Reply via email to