Improve the dockerized auto test
[nonrtric.git] / near-rt-ric-simulator / simulator-group / simulators-start.sh
index 7f83397..adcf621 100755 (executable)
@@ -3,7 +3,6 @@
 DOCKER_SIM_NWNAME="nonrtric-docker-net"
 echo "Creating docker network $DOCKER_SIM_NWNAME, if needed"
 docker network ls| grep $DOCKER_SIM_NWNAME > /dev/null || docker network create $DOCKER_SIM_NWNAME
-
 docker-compose -f consul_cbs/docker-compose-template.yml config > docker-compose.yml
 
 docker-compose up -d
\ No newline at end of file