summaryrefslogtreecommitdiff
path: root/docs/admin/installation-docker.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-05-10 11:26:56 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-05-17 12:02:24 +0200
commitd6c321b830aa028cb6a003bebe52e2c24d26b7eb (patch)
tree19d52e41c947a2479d3ec2be6a2a2152c0464cd7 /docs/admin/installation-docker.rst
parent1970d28a60f9727f889362ff1ca2206e7210268b (diff)
downloadsearxng-d6c321b830aa028cb6a003bebe52e2c24d26b7eb.tar.gz
searxng-d6c321b830aa028cb6a003bebe52e2c24d26b7eb.zip
[mod] docker-entrypoint.sh - add script to make test.sh (shellcheck)
Add script docker-entrypoint.sh to shellcheck and try to _simplify_ and _normalize_ some parts: - fix issues reported by shellcheck - don't mix tab and space indent - command 'help' replaced by '-h': ./dockerfiles/docker-entrypoint.sh -h - replace printf in help() by 'cat <<EOF' Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/installation-docker.rst')
-rw-r--r--docs/admin/installation-docker.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst
index 120c9cb08..7e40546c6 100644
--- a/docs/admin/installation-docker.rst
+++ b/docs/admin/installation-docker.rst
@@ -39,7 +39,7 @@ Command line
docker run --rm -it searxng/searxng -h
-.. program-output:: ../dockerfiles/docker-entrypoint.sh help
+.. program-output:: ../dockerfiles/docker-entrypoint.sh -h
Build the image