diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-13 21:10:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 21:10:02 +0200 |
| commit | 1a8884fa26bedf983516308e69b9863888cd397e (patch) | |
| tree | 962feae057a8d93bb78e704ea23a40c0da006fe2 /utils/lib.sh | |
| parent | 4fb29aae812aa464c12fd959fc24dd91934f6a3b (diff) | |
| parent | 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (diff) | |
[enh] tidy: clean old morty, filtron, searx references
Everyone should have already switched from legacy methods.
Diffstat (limited to 'utils/lib.sh')
| -rwxr-xr-x | utils/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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|" |