fix new openssl, data, etc
[aaf/authz.git] / auth / docker / dstop.sh
index 4d302bd..fce7922 100644 (file)
@@ -23,7 +23,9 @@
 
 DOCKER=${DOCKER:=docker}
 if [ "$1" == "" ]; then
-    AAF_COMPONENTS=$(cat components)
+    for C in $(cat components); do 
+      AAF_COMPONENTS="$C $AAF_COMPONENTS"
+   done
 else
     AAF_COMPONENTS="$@"
 fi