X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdstop.sh;h=acec6c76fa2910bf442f00c66ed932be5b84c723;hb=e44d2f770f28c3290863e509cb2406dcb67bd686;hp=c6e1cfeb440836a80c2279dedff66f921b5d0723;hpb=e92a354be569d7be3d6e11ab11e32bd78ff9227d;p=aaf%2Fauthz.git diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index c6e1cfeb..acec6c76 100644 --- a/auth/docker/dstop.sh +++ b/auth/docker/dstop.sh @@ -3,7 +3,7 @@ . ./d.props if [ "$1" == "" ]; then - AAF_COMPONENTS=$(ls ../aaf_${VERSION}/bin | grep -v '\.') + AAF_COMPONENTS=$(cat components) else AAF_COMPONENTS="$@" fi