Code Review
/
kni
/
installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
03f11be
)
Add missing dot on wildcard resolution entry
27/827/1
author
Yolanda Robla
<yroblamo@redhat.com>
Fri, 24 May 2019 11:43:59 +0000
(13:43 +0200)
committer
Yolanda Robla
<yroblamo@redhat.com>
Fri, 24 May 2019 11:43:59 +0000
(13:43 +0200)
Change-Id: Id27a7c5dbf3453e2cf66008595776a69d034f9cb
utils/prep_host.sh
patch
|
blob
|
history
diff --git
a/utils/prep_host.sh
b/utils/prep_host.sh
index
b890558
..
5e5d7eb
100644
(file)
--- 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