X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=auth%2Fdocker%2Fdbounce.sh;h=82aedd0c77c5e3a6eea662395f065f355f99da0c;hp=e63679579596e102fb60f18c104ff26755edf6ac;hb=15f3969cb88ce5576da368708dad1903828148f0;hpb=87da9feacd0abb0d60b98cc00c4755121fc73bbb 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 "$@"