From 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sat, 5 Apr 2025 10:59:07 +0200 Subject: [enh] tidy: clean old morty, filtron, searx references Everyone should have already switched from legacy methods --- utils/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/lib.sh') diff --git a/utils/lib.sh b/utils/lib.sh index ead4b0c61..d3d515c0a 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -1802,8 +1802,8 @@ url_replace_hostname(){ # to replace hostname by primary IP:: # - # url_replace_hostname http://searx-ubu1604/morty $(primary_ip) - # http://10.246.86.250/morty + # url_replace_hostname http://searx-ubu1604/example $(primary_ip) + # http://10.246.86.250/example # shellcheck disable=SC2001 echo "$1" | sed "s|\(http[s]*://\)[^/]*\(.*\)|\1$2\2|" -- cgit v1.2.3