[mod] container: remove -e flag

Temporarily remove the -e flag from set to prevent entrypoint.sh from stopping execution if any command returns a non-zero status. This doesn't solve anything but relaxes the script checks.

Related https://github.com/searxng/searxng/issues/4818
This commit is contained in:
Ivan Gabaldon 2025-05-21 14:06:14 +02:00
parent 502017b901
commit 9ffe23ecf3

View File

@ -1,6 +1,6 @@
#!/bin/sh
# shellcheck shell=dash
set -eu
set -u
check_file() {
local target="$1"