diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-09-20 11:11:14 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-09-20 11:11:14 +0200 |
commit | 69a61ce3339f644788a431e2e71823776a1c3956 (patch) | |
tree | 9e330dc38251f0ffe3d9b453e9584893bd060b65 | |
parent | 4cc8644ec918461371f61007bc0e50e44620fc69 (diff) | |
download | searxng-69a61ce3339f644788a431e2e71823776a1c3956.tar.gz searxng-69a61ce3339f644788a431e2e71823776a1c3956.zip |
[fix] remove doc-build for centos-7 from './utils/searx.sh doc'
Since there is no centos-7 documentation 'searx.sh doc' produce an error
message::
ERROR: centos-: uWSGI not yet implemented
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rwxr-xr-x | utils/searx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index a56fdac6f..386b2861f 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -826,7 +826,7 @@ rst-doc() { # I use ubuntu-20.04 here to demonstrate that versions are also suported, # normaly debian-* and ubuntu-* are most the same. - for DIST_NAME in ubuntu-20.04 arch fedora centos; do + for DIST_NAME in ubuntu-20.04 arch fedora; do ( DIST_ID=${DIST_NAME%-*} DIST_VERS=${DIST_NAME#*-} |