Commit 9f9d4174d20b57643350cd7024a44778ddc6ab7b
1 parent
c755b87f
Exists in
dev
final simplification for mac os
Showing
3 changed files
with
2 additions
and
13 deletions
Show diff stats
.gitignore
docker/KILL_PYROS_DOCKER_RUN
docker/KILL_PYROS_DOCKER_RUN_mac deleted
... | ... | @@ -1,12 +0,0 @@ |
1 | -#!/usr/bin/env bash | |
2 | - | |
3 | -#if no container is running | |
4 | -if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 2 ] | |
5 | -then | |
6 | - echo "db_pyros or pyros weren't running, starting them..." | |
7 | - ./PYROS_DOCKER_START.bat | |
8 | -fi | |
9 | - | |
10 | -#docker exec pyros bash -c docker/KILL_PYROS_DOCKER_RUN | |
11 | -docker exec pyros bash docker/KILL_PYROS_DOCKER_RUN $1 | |
12 | - |