X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdclean.sh;h=7887b67745d0b4921f91363e868b99788af06eab;hb=97083efad62444366028813afa7e8e56a12ab8b6;hp=b14f0bcc39a50e66b010713a19dfe3c506e2fb8f;hpb=df9e827fa3ec1c7e32b5f5eb7a63a4c11f9da4a7;p=aaf%2Fauthz.git diff --git a/auth/docker/dclean.sh b/auth/docker/dclean.sh index b14f0bcc..7887b677 100644 --- a/auth/docker/dclean.sh +++ b/auth/docker/dclean.sh @@ -1,5 +1,6 @@ -#!/bin/bash dclean.sh -. d.props +#!/bin/bash +# Pull in Variables from d.props +. ./d.props if [ "$1" == "" ]; then AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'`