From 4a3451b5479bf6259782e285cc6341cc14016ed9 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 8 Mar 2021 11:07:32 -0500 Subject: Display DNS config in console logs. Signed-off-by: Dave Wallace Change-Id: I2f7b549a903d3cd572a4711901ce1d138e922aa5 --- jjb/scripts/setup_executor_env.sh | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 jjb/scripts/setup_executor_env.sh (limited to 'jjb') diff --git a/jjb/scripts/setup_executor_env.sh b/jjb/scripts/setup_executor_env.sh old mode 100644 new mode 100755 index 2bfbe8b32..ee483b87e --- a/jjb/scripts/setup_executor_env.sh +++ b/jjb/scripts/setup_executor_env.sh @@ -56,3 +56,6 @@ echo "$long_line" echo "Executor Downloads cache '$downloads_cache':" ls -lh "$downloads_cache" || true echo "$long_line" +echo "DNS nameserver config in '/etc/resolv.conf':" +cat /etc/resolv.conf || true +echo "$long_line" -- cgit 1.2.3-korg