diff options
Diffstat (limited to 'auth/csit/dstop.sh')
-rw-r--r-- | auth/csit/dstop.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/auth/csit/dstop.sh b/auth/csit/dstop.sh deleted file mode 100644 index 85e6f285..00000000 --- a/auth/csit/dstop.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# Pull in Properties -. ./d.props - -DOCKER=${DOCKER:=docker} -if [ "$1" == "" ]; then - AAF_COMPONENTS=$(cat components) -else - AAF_COMPONENTS="$@" -fi - -for AAF_COMPONENT in ${AAF_COMPONENTS}; do - $DOCKER stop aaf_$AAF_COMPONENT -done |