From 50de894b918f3cda36c3b5c8a1df1788917d367d Mon Sep 17 00:00:00 2001 From: "psklenar@redhat.com" Date: Mon, 2 Sep 2024 19:58:38 +0200 Subject: [PATCH] edit hosts, debug --- Smoke/IpaInstallAndStart/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Smoke/IpaInstallAndStart/test.sh b/Smoke/IpaInstallAndStart/test.sh index 87904e1..2994e8b 100755 --- a/Smoke/IpaInstallAndStart/test.sh +++ b/Smoke/IpaInstallAndStart/test.sh @@ -34,6 +34,7 @@ prepareIpaServer() ORIG_HOSTNAME=${HOSTNAME} # there is longer name at AWS, more than 64char hostnamectl set-hostname ipa.ipa + echo '127.0.0.1 ipa.ipa' >> /etc/hosts HOSTNAME=`hostname|tail -n1` # not needed after change ^ if echo $HOSTNAME | grep '\.'