diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-27 19:08:40 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-27 19:08:40 +0100 |
| commit | 971a8264b2e21dd844d2cc2b54686def8ba18c06 (patch) | |
| tree | a169f10ff8f7dce2b93ffc1a264ec0f58afcfd6b /utils/lib.sh | |
| parent | d171fcd56ea0444598c6ae6d6d089dd2488bd64d (diff) | |
utils/searx.sh: add apache site searx.conf:uwsgi (WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib.sh')
| -rwxr-xr-x | utils/lib.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lib.sh b/utils/lib.sh index b89d4d2f9..2e272c284 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -475,6 +475,8 @@ uWSGI_install_app() { # # <template option>: see install_template + local pos_args=("$0") + for i in "$@"; do case $i in -*) template_opts+=("$i");; |