Adjust Props for Heat
[aaf/authz.git] / auth / docker / dstop.sh
index 7808842..58ac0bf 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash dstop.sh
-. d.props
+# Pull in Properties
+. ./d.props
 
 if [ "$1" == "" ]; then
   AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'`