diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 14:13:46 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 14:14:05 -0500 |
commit | 23a1c2ebc86885d2b62dc5b8afc842a3e730fdae (patch) | |
tree | 9280888e6537b16fdf96fe92f5d33edd77ecb8e8 /auth/docker/dstop.sh | |
parent | 9d4f038670343ddd8d9edf797c98aecad2d35ff0 (diff) |
Update netty-handler version
Issue-ID: AAF-228
Change-Id: Ic08c2adb0bd859d8864d5a515b15f4a3c15055ea
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
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 '\.'` |