diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-04-04 17:53:16 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-04-04 17:53:16 +0200 |
commit | e530e20ae6a4d1f8621f535523cd2af76f715b0b (patch) | |
tree | b44e18346b0fce1d1174123069b2a6b733b9eede /.config.sh | |
parent | 3c19f2f1cef31fd512975c70a25442d078992a42 (diff) | |
download | searxng-e530e20ae6a4d1f8621f535523cd2af76f715b0b.tar.gz searxng-e530e20ae6a4d1f8621f535523cd2af76f715b0b.zip |
misc: fix variuous marginals
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.config.sh')
-rw-r--r-- | .config.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config.sh b/.config.sh index 57411ce6f..f4e6273c4 100644 --- a/.config.sh +++ b/.config.sh @@ -16,7 +16,10 @@ # The default is taken from ./utils/brand.env. PUBLIC_URL="${SEARX_URL}" -#PUBLIC_URL="http://$(uname -n)/searx" + +if [[ ${PUBLIC_URL} == "https://searx.me" ]]; then + PUBLIC_URL= +fi # searx.sh # --------- |