diff --git a/docker/PYROS_DOCKER_INSTALL b/docker/PYROS_DOCKER_INSTALL index 0c883cd..1663b63 100755 --- a/docker/PYROS_DOCKER_INSTALL +++ b/docker/PYROS_DOCKER_INSTALL @@ -1,7 +1,7 @@ #!/usr/bin/env bash # if no container is running -if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 2 ] +if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 3 ] then echo "pyros-db or pyros weren't running, starting them..." ./PYROS_DOCKER_START.bat diff --git a/docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY b/docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY index ddb744d..10def73 100755 --- a/docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY +++ b/docker/PYROS_DOCKER_RUN_WEBSERVER_ONLY @@ -9,4 +9,3 @@ fi docker exec -it pyros python3 pyros.py -d start webserver $@ #docker exec -it pyros python3 pyros.py start webserver $@ #docker exec -it pyros python3 pyros.py -d start -o tnc webserver $@ -s diff --git a/docker/PYROS_DOCKER_SHELL b/docker/PYROS_DOCKER_SHELL index 733c9c4..397716c 100755 --- a/docker/PYROS_DOCKER_SHELL +++ b/docker/PYROS_DOCKER_SHELL @@ -1,7 +1,7 @@ #!/usr/bin/env bash #if no container is running -if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 2 ] +if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 3 ] then echo "pyros-db or pyros weren't running, starting them..." ./PYROS_DOCKER_START.bat diff --git a/docker/PYROS_DOCKER_TEST b/docker/PYROS_DOCKER_TEST index eac9642..f94c41b 100755 --- a/docker/PYROS_DOCKER_TEST +++ b/docker/PYROS_DOCKER_TEST @@ -1,7 +1,7 @@ #!/usr/bin/env bash # if no container is running -if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 2 ] +if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 3 ] then echo "pyros-db or pyros weren't running, starting them..." ./PYROS_DOCKER_START.bat -- libgit2 0.21.2