summaryrefslogtreecommitdiff
path: root/utils/lxc-searx.env
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lxc-searx.env')
-rw-r--r--utils/lxc-searx.env7
1 files changed, 4 insertions, 3 deletions
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
)