Sfoglia il codice sorgente

Fix execute shell task exception no dolphinscheduler_env.sh file execute permission (#12909)

Kerwin 2 anni fa
parent
commit
401fb4edd4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      dolphinscheduler-worker/src/main/bin/start.sh

+ 0 - 1
dolphinscheduler-worker/src/main/bin/start.sh

@@ -21,7 +21,6 @@ DOLPHINSCHEDULER_HOME=${DOLPHINSCHEDULER_HOME:-$(cd $BIN_DIR/..; pwd)}
 
 source "$DOLPHINSCHEDULER_HOME/conf/dolphinscheduler_env.sh"
 
-chmod -R 700 ${DOLPHINSCHEDULER_HOME}/conf
 export DOLPHINSCHEDULER_WORK_HOME=${DOLPHINSCHEDULER_HOME}
 
 JAVA_OPTS=${JAVA_OPTS:-"-server -Duser.timezone=${SPRING_JACKSON_TIME_ZONE} -Xms4g -Xmx4g -Xmn2g -XX:+PrintGCDetails -Xloggc:gc.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dump.hprof"}