X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdstop.sh;h=fce7922671f12b21e15941d8301f186ad548ba03;hb=5c01796be69ed71c360dade8a080a4fd22c06447;hp=256385d526b39021892ded172fb5d2198718f309;hpb=3505a52ac853c134ecaf40f2977667de8770ec59;p=aaf%2Fauthz.git diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index 256385d5..fce79226 100644 --- a/auth/docker/dstop.sh +++ b/auth/docker/dstop.sh @@ -23,7 +23,9 @@ DOCKER=${DOCKER:=docker} if [ "$1" == "" ]; then - AAF_COMPONENTS=$(tail -r components) + for C in $(cat components); do + AAF_COMPONENTS="$C $AAF_COMPONENTS" + done else AAF_COMPONENTS="$@" fi