diff options
Diffstat (limited to 'auth/docker/dstop.sh')
-rw-r--r-- | auth/docker/dstop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index c325c6a1..6105a00b 100644 --- a/auth/docker/dstop.sh +++ b/auth/docker/dstop.sh @@ -3,7 +3,7 @@ ORG=onap PROJECT=aaf DOCKER_REPOSITORY=nexus3.onap.org:10003 VERSION=2.1.0-SNAPSHOT -./d.props +. ./d.props if [ "$1" == "" ]; then AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'` |