From a7fea4cfce73c8d1d271d8d0bfcf7b0b0802ad47 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 23 Feb 2019 17:17:35 +0100 Subject: Using hostname fallback if FQDN is not set. Signed-off-by: Daniel Baumann --- lib/container/list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/container/list') diff --git a/lib/container/list b/lib/container/list index 57d0d2d..62f6a5b 100755 --- a/lib/container/list +++ b/lib/container/list @@ -115,7 +115,7 @@ Parameters "${@}" LIST="${LIST:-started stopped}" FORMAT="${FORMAT:-cli}" -HOST="${HOST:-$(hostname -f)}" +HOST="${HOST:-$(hostname -f 2> /dev/null || hostname)}" CSV_SEPARATOR="${CSV_SEPARATOR:-,}" -- cgit v1.2.3