diff options
Diffstat (limited to 'auth/docker/dbuild.sh')
-rwxr-xr-x | auth/docker/dbuild.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 39d9eb2e..d5f0b3ef 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -13,8 +13,9 @@ echo "Building Containers for aaf components, version $VERSION" # AAF_cass now needs a version... cd ../auth-cass/docker -bash dbuild.sh +bash ./dbuild.sh cd - +exit # Create the AAF Config (Security) Images cd .. |