Explorar o código

[Fix-8744][standalone-server] start standalone server failed (#8747)

xiangzihao %!s(int64=3) %!d(string=hai) anos
pai
achega
b024aabd12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      script/dolphinscheduler-daemon.sh

+ 1 - 1
script/dolphinscheduler-daemon.sh

@@ -71,7 +71,7 @@ fi
 case $startStop in
   (start)
     echo starting $command, logging to $DOLPHINSCHEDULER_LOG_DIR
-    nohup "$DOLPHINSCHEDULER_HOME/$command/bin/start.sh" > $log 2>&1 &
+    nohup /bin/sh "$DOLPHINSCHEDULER_HOME/$command/bin/start.sh" > $log 2>&1 &
     echo $! > $pid
     ;;