From: Instrumental Date: Tue, 18 Sep 2018 01:21:53 +0000 (-0500) Subject: Cred NS update X-Git-Tag: 2.1.2~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F67159%2F1;p=aaf%2Fauthz.git Cred NS update Issue-ID: AAF-420 Change-Id: Ieab269a8528989af9210e6e787fc95aec212c9ad Signed-off-by: Instrumental --- diff --git a/auth/auth-cass/docker/dinstall.sh b/auth/auth-cass/docker/dinstall.sh index ef254616..6d7f949e 100644 --- a/auth/auth-cass/docker/dinstall.sh +++ b/auth/auth-cass/docker/dinstall.sh @@ -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"