diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-08 11:27:18 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-08 11:28:00 -0500 |
commit | 94053613671f7456ea5114a8421d0e6868bdbba0 (patch) | |
tree | f81e1585e9b9e76dd74a0c8381926ed7b1c6e8be /auth/docker/dbounce.sh | |
parent | 49525303bc07064d60b3dde3056b2e9e8a379435 (diff) |
Artifacts to Bootstrap
Issue-ID: AAF-543
Change-Id: I95d11b11c21ddeb63e393528c2504af673d27a6f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dbounce.sh')
-rw-r--r-- | auth/docker/dbounce.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/docker/dbounce.sh b/auth/docker/dbounce.sh index 82aedd0c..dde83897 100644 --- a/auth/docker/dbounce.sh +++ b/auth/docker/dbounce.sh @@ -1,4 +1,3 @@ #!/bin/bash - bash ./dstop.sh "$@" bash ./dstart.sh "$@" |