diff options
Diffstat (limited to 'auth/docker/drun.sh')
-rw-r--r-- | auth/docker/drun.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/docker/drun.sh b/auth/docker/drun.sh index 2eb025ea..350ce3db 100644 --- a/auth/docker/drun.sh +++ b/auth/docker/drun.sh @@ -20,6 +20,8 @@ fi . ./cass.props +bash aaf.sh onap + if [ "$1" == "" ]; then AAF_COMPONENTS=$(cat components) else |