diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-04-05 10:59:07 +0200 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-13 10:37:02 +0200 |
| commit | 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (patch) | |
| tree | 2ce148316b00b38a5a8ad13d242fc5c864cb9bee /utils/lib.sh | |
| parent | 90068660196d898896219d1df7a088348c5d3d14 (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|" |