diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-06 10:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 10:18:49 +0100 |
| commit | 925bb561a2797b6d3cc5be748c2361721b8e1f08 (patch) | |
| tree | c3837258d08b7fe89ac62dcd08f96c510c3f3977 /dockerfiles | |
| parent | cdceec1cbb2ca894572396e0a68c2d09b0769231 (diff) | |
| parent | 38d32337e7600446c04ecd601b56d6915a4046fd (diff) | |
Merge pull request #2352 from dalf/no_http
Remove HTTP connections as much as possible
Diffstat (limited to 'dockerfiles')
| -rwxr-xr-x | dockerfiles/docker-entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/docker-entrypoint.sh b/dockerfiles/docker-entrypoint.sh index a8f18f05b..accc015f7 100755 --- a/dockerfiles/docker-entrypoint.sh +++ b/dockerfiles/docker-entrypoint.sh @@ -66,7 +66,7 @@ patch_searx_settings() { CONF="$1" # Make sure that there is trailing slash at the end of BASE_URL - # see http://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Shell-Parameter-Expansion + # see https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Shell-Parameter-Expansion export BASE_URL="${BASE_URL%/}/" # update settings.yml |