Cred NS update 59/67159/1
authorInstrumental <jonathan.gathman@att.com>
Tue, 18 Sep 2018 01:21:53 +0000 (20:21 -0500)
committerInstrumental <jonathan.gathman@att.com>
Tue, 18 Sep 2018 01:22:00 +0000 (20:22 -0500)
Issue-ID: AAF-420
Change-Id: Ieab269a8528989af9210e6e787fc95aec212c9ad
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-cass/docker/dinstall.sh

index ef25461..6d7f949 100644 (file)
@@ -76,7 +76,7 @@ if [ "`$DOCKER ps -a | grep aaf_cass`" == "" ]; then
             DOMAIN="$ID.onap.org";
         fi
         unset FIRST
-        for D in $(echo ${DOMAIN//\(.*\)\./\1 /}); do
+        for D in ${DOMAIN//./ }; do
             if [ -z "$FIRST" ]; then
              NS="$D"
              FIRST="N"