diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/scripts/docker-entry.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scripts/docker-entry.sh b/src/main/scripts/docker-entry.sh index f5ddedb0..34cbe4cb 100644 --- a/src/main/scripts/docker-entry.sh +++ b/src/main/scripts/docker-entry.sh @@ -20,7 +20,7 @@ ### if [ ! -z "$COLLECTOR_IP" ]; then - echo $COLLECTOR_IP $(hostname).dcae.simpledemo.openecomp.org >> /etc/hosts + echo $COLLECTOR_IP $(hostname).dcae.simpledemo.onap.org >> /etc/hosts fi if [ ! -z "$DMAAPHOST" ]; then |