From d6c321b830aa028cb6a003bebe52e2c24d26b7eb Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 10 May 2021 11:26:56 +0200 Subject: [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 < --- docs/admin/installation-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/admin/installation-docker.rst') 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 -- cgit v1.2.3-54-g00ecf