Configuration Agent and MS for AAF
[aaf/authz.git] / auth / docker / dstart.sh
index 9fcc328..ae6ed02 100644 (file)
@@ -1,5 +1,7 @@
-#!/bin/bash dstop.sh
-. d.props
+#!/bin/bash 
+# Pull in Props
+. ./d.props
+
 
 if [ "$1" == "" ]; then
   AAF_COMPONENTS=`ls -r ../aaf_${VERSION}/bin | grep -v '\.'`