summaryrefslogtreecommitdiffstats
path: root/auth/docker/dstart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auth/docker/dstart.sh')
-rw-r--r--auth/docker/dstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dstart.sh b/auth/docker/dstart.sh
index 4c0a46f4..6a297854 100644
--- a/auth/docker/dstart.sh
+++ b/auth/docker/dstart.sh
@@ -3,7 +3,7 @@
. ./d.props
if [ "$1" == "" ]; then
- AAF_COMPONENTS=$(ls -r ../aaf_${VERSION}/bin | grep -v '\.')
+ AAF_COMPONENTS=$(cat components)
else
AAF_COMPONENTS="$@"
fi