From 19ae80434fc051b1cf9f8f52010668ba26ee82da Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 24 May 2019 13:43:59 +0200 Subject: [PATCH] Add missing dot on wildcard resolution entry Change-Id: Id27a7c5dbf3453e2cf66008595776a69d034f9cb --- utils/prep_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6