mirror of
https://github.com/searxng/searxng.git
synced 2025-05-23 17:02:57 -04:00
[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:
parent
502017b901
commit
9ffe23ecf3
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# shellcheck shell=dash
|
||||
set -eu
|
||||
set -u
|
||||
|
||||
check_file() {
|
||||
local target="$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user