From: Yolanda Robla Date: Fri, 24 May 2019 11:43:59 +0000 (+0200) Subject: Add missing dot on wildcard resolution entry X-Git-Tag: akraino_r1~11 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=19ae80434fc051b1cf9f8f52010668ba26ee82da;p=kni%2Finstaller.git Add missing dot on wildcard resolution entry Change-Id: Id27a7c5dbf3453e2cf66008595776a69d034f9cb --- diff --git a/utils/prep_host.sh b/utils/prep_host.sh index b890558..5e5d7eb 100644 --- a/utils/prep_host.sh +++ b/utils/prep_host.sh @@ -68,7 +68,7 @@ EOF dnsmasqconf=/etc/NetworkManager/dnsmasq.d/openshift.conf if ! [ -f "${dnsmasqconf}" ]; then echo server=/tt.testing/192.168.126.1 | sudo tee "${dnsmasqconf}" - echo address=/apps.tt.testing/192.168.126.51 | sudo tee -a "${dnsmasqconf}" + echo address=/.apps.tt.testing/192.168.126.51 | sudo tee -a "${dnsmasqconf}" dnschanged=1 fi if [ -n "$dnschanged" ]; then