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