Unverified Commit 2d4ba65f authored by lgcareer's avatar lgcareer Committed by GitHub
Browse files

Merge pull request #362 from lgcareer/branch-1.0.2

Two lines join to form one line
parents d22c43fa e4e36220
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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`"