From 5e2b161379420acd39e0474bb7f59545df7e1f3a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 29 Mar 2020 16:46:07 +0200 Subject: Makefile: marginal fix Signed-off-by: Markus Heiser --- utils/lxc-searx.env | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'utils/lxc-searx.env') diff --git a/utils/lxc-searx.env b/utils/lxc-searx.env index f81ee1c08..123108bf7 100644 --- a/utils/lxc-searx.env +++ b/utils/lxc-searx.env @@ -63,11 +63,12 @@ lxc_suite_info() { lxc_set_suite_env for ip in $(global_IPs) ; do if [[ $ip =~ .*:.* ]]; then - info_msg "(${ip%|*}) IPv6: http://[${ip#*|}]" + info_msg "(${ip%|*}) IPv6: http://[${ip#*|}]" else # IPv4: - info_msg "(${ip%|*}) filtron: http://${ip#*|}:4004/" - info_msg "(${ip%|*}) morty: http://${ip#*|}:3000/" + info_msg "(${ip%|*}) filtron: http://${ip#*|}:4004/" + info_msg "(${ip%|*}) morty: http://${ip#*|}:3000/" + info_msg "(${ip%|*}) docs-live: http://${ip#*|}:8080/" fi done ) -- cgit v1.2.3