change way the mrc server log is created

This commit is contained in:
Mario Fetka 2024-04-25 18:24:17 +02:00
parent b90d94828e
commit d95a2904b3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
# Starting the MRC python script
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
# Wait 3 seconds and check for a PID