Commit 1a3e0d8af96423af38bd8cb0efc0be2e5819ea87

Authored by Etienne Pallier
1 parent f8d8edf8
Exists in dev

small update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker/PYROS_DOCKER_RUN
@@ -44,7 +44,7 @@ echo "- PLC simulator LOG file is ../../LOG_PYROS_plc_simulator.log" @@ -44,7 +44,7 @@ echo "- PLC simulator LOG file is ../../LOG_PYROS_plc_simulator.log"
44 #docker exec -it pyros python3 pyros.py start agentM 44 #docker exec -it pyros python3 pyros.py start agentM
45 # - Save log in file 45 # - Save log in file
46 # NEW-START 46 # NEW-START
47 -docker exec pyros python3 pyros.py new-start -o tnc -fg >> ../../LOG_PYROS_agents.log 2>&1 & 47 +docker exec pyros python3 pyros.py new-start -o tnc -fg > ../../LOG_PYROS_agents.log 2>&1 &
48 # START 48 # START
49 ####docker exec pyros python3 pyros.py -d start agentM -o tnc >> ../../LOG_PYROS_agent_monitoring.log 2>&1 & 49 ####docker exec pyros python3 pyros.py -d start agentM -o tnc >> ../../LOG_PYROS_agent_monitoring.log 2>&1 &
50 #docker exec pyros python3 pyros.py -d start agentM -o "guitalens" >> ../../LOG_PYROS_agent_monitoring.log 2>&1 & 50 #docker exec pyros python3 pyros.py -d start agentM -o "guitalens" >> ../../LOG_PYROS_agent_monitoring.log 2>&1 &