From 678c63ae73f5c70b9b06d292df74e66a9a1f7255 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 10 Oct 2024 09:22:57 +0200 Subject: [PATCH] Deploy nameserver MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I7f059daef795234c1c41cd6bbf6b7d2169f9759f --- common/scripts/agl-screenshot-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index ce0ae42..b03d029 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -2,6 +2,8 @@ set -x +( echo "nameserver 8.8.8.8" > /etc/resolv.conf ) || true + export TERM=dumb export COLUMNS=1000 -- 2.16.6