You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zi...@apache.org on 2022/06/23 08:35:47 UTC

[dolphinscheduler] branch dev updated: fix standalone start error (#10577)

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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7a292cfccf fix standalone start error (#10577)
7a292cfccf is described below

commit 7a292cfccf796384ecd4b7d7bcd221a8e827aab9
Author: xiangzihao <46...@qq.com>
AuthorDate: Thu Jun 23 16:35:39 2022 +0800

    fix standalone start error (#10577)
---
 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