diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-07-20 11:32:41 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-07-20 11:32:53 -0500 |
commit | 15f3969cb88ce5576da368708dad1903828148f0 (patch) | |
tree | 043a8550a5ad2a9ce7b83a6e893d8015aadaf32a /auth/docker/dbounce.sh | |
parent | 87da9feacd0abb0d60b98cc00c4755121fc73bbb (diff) |
Document AAF Installation
Issue-ID: AAF-292
Change-Id: Ic02bf086454dcd0de306f9e6d9c334fd0f6b21e7
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dbounce.sh')
-rw-r--r-- | auth/docker/dbounce.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/dbounce.sh b/auth/docker/dbounce.sh index e6367957..82aedd0c 100644 --- a/auth/docker/dbounce.sh +++ b/auth/docker/dbounce.sh @@ -1,4 +1,4 @@ #!/bin/bash -sh ./dstop.sh "$@" -sh ./dstart.sh "$@" +bash ./dstop.sh "$@" +bash ./dstart.sh "$@" |