AAF Services non root, all platforms
[aaf/authz.git] / auth / docker / dclean.sh
index f27cc4e..867f4c6 100644 (file)
 . ./d.props
 DOCKER=${DOCKER:=docker}
 
+if [ "$1" == "all" ]; then
+  AAF_COMPONENTS=cass
+  shift
+fi
 if [ "$1" == "" ]; then
     AAF_COMPONENTS="$(cat components) config core agent base "
 else