summaryrefslogtreecommitdiff
path: root/utils/morty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-xutils/morty.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/morty.sh b/utils/morty.sh
index 28b76947e..c1ed60631 100755
--- a/utils/morty.sh
+++ b/utils/morty.sh
@@ -96,7 +96,7 @@ EOF
install_log_searx_instance
if in_container; then
- # in containers the service is listening on 0.0.0.0 (see lxc-searx.env)
+ # in containers the service is listening on 0.0.0.0 (see lxc-searxng.env)
for ip in $(global_IPs) ; do
if [[ $ip =~ .*:.* ]]; then
echo " container URL (IPv6): http://[${ip#*|}]:3000/"