diff --git a/docker/PYROS_DOCKER_RUN b/docker/PYROS_DOCKER_RUN index 185098d..ed25fc2 100755 --- a/docker/PYROS_DOCKER_RUN +++ b/docker/PYROS_DOCKER_RUN @@ -44,7 +44,7 @@ echo "- PLC simulator LOG file is ../../LOG_PYROS_plc_simulator.log" #docker exec -it pyros python3 pyros.py start agentM # - Save log in file # NEW-START -docker exec pyros python3 pyros.py new-start -o tnc -fg >> ../../LOG_PYROS_agents.log 2>&1 & +docker exec pyros python3 pyros.py new-start -o tnc -fg > ../../LOG_PYROS_agents.log 2>&1 & # START ####docker exec pyros python3 pyros.py -d start agentM -o tnc >> ../../LOG_PYROS_agent_monitoring.log 2>&1 & #docker exec pyros python3 pyros.py -d start agentM -o "guitalens" >> ../../LOG_PYROS_agent_monitoring.log 2>&1 & -- libgit2 0.21.2