diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-02 18:20:20 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-02 18:20:20 +0100 |
commit | e7401796f652c946f52faf12b1b7c871ceaa7211 (patch) | |
tree | fd7a6df8a67b5beb202450a48df775e143a295a2 /utils/morty.sh | |
parent | a4437c47ac0bd22cd7f5aaa8e7895cdd8e93a317 (diff) | |
download | searxng-e7401796f652c946f52faf12b1b7c871ceaa7211.tar.gz searxng-e7401796f652c946f52faf12b1b7c871ceaa7211.zip |
utils/morty.sh: fixed public url
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-x | utils/morty.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/morty.sh b/utils/morty.sh index 49f7e2724..4f689e2b7 100755 --- a/utils/morty.sh +++ b/utils/morty.sh @@ -81,7 +81,7 @@ ${DOT_CONFIG#"$REPO_ROOT/"} file:: To activate morty in searx, add result_proxy to your settings.yml:: result_proxy: - url : ${PUBLIC_URL_MORTY} + url : ${PUBLIC_URL_MORTY}/ further read: https://asciimoo.github.io/searx/admin/morty.html |