mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
Two lines join to form one line
This commit is contained in:
parent
d22c43faf0
commit
e4e36220e8
@ -408,8 +408,7 @@ if [ "true" = $monitorServerState ];then
|
||||
echo "monitor server running as process ${TARGET_PID}.Stopped success"
|
||||
rm -f $monitor_pid
|
||||
fi
|
||||
nohup python -u ${workDir}/script/monitor_server.py $installPath $zkQuorum $zkMasters $zkWorkers > ${workDir}/monitor_server
|
||||
.log 2>&1 &
|
||||
nohup python -u ${workDir}/script/monitor_server.py $installPath $zkQuorum $zkMasters $zkWorkers > ${workDir}/monitor_server.log 2>&1 &
|
||||
echo $! > $monitor_pid
|
||||
echo "start monitor server success as process `cat $monitor_pid`"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user