Update scripts per HEAT validation
[aaf/authz.git] / auth / docker / dstop.sh
index 7808842..4c8d442 100644 (file)
@@ -1,5 +1,6 @@
-#!/bin/bash dstop.sh
-. d.props
+#!/bin/bash 
+# Pull in Properties
+. ./d.props
 
 if [ "$1" == "" ]; then
   AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'`