Update scripts per HEAT validation
[aaf/authz.git] / auth / docker / dstart.sh
index ac8ffd0..0fb993a 100644 (file)
@@ -1,9 +1,6 @@
-#!/bin/bash dstop.sh
-ORG=onap
-PROJECT=aaf
-DOCKER_REPOSITORY=nexus3.onap.org:10003
-VERSION=2.1.0-SNAPSHOT
-./d.props
+#!/bin/bash 
+# Pull in Props
+. ./d.props
 
 if [ "$1" == "" ]; then
   AAF_COMPONENTS=`ls -r ../aaf_${VERSION}/bin | grep -v '\.'`