change way the mrc server log is created
This commit is contained in:
parent
b90d94828e
commit
d95a2904b3
@ -27,7 +27,7 @@ fi
|
|||||||
|
|
||||||
# Starting the MRC python script
|
# Starting the MRC python script
|
||||||
cd $MRC_PATH >/dev/null
|
cd $MRC_PATH >/dev/null
|
||||||
/usr/bin/python2 ./mrc_server.py $MRC_SERVER:$MRC_PORT > data/mrc/mrcserver.log 2>&1 &
|
/usr/bin/python2 ./mrc_server.py $MRC_SERVER:$MRC_PORT |& tee -a data/mrc/mrcserver.log &
|
||||||
cd - >/dev/null
|
cd - >/dev/null
|
||||||
|
|
||||||
# Wait 3 seconds and check for a PID
|
# Wait 3 seconds and check for a PID
|
||||||
|
Loading…
Reference in New Issue
Block a user