Skip to content
Snippets Groups Projects
Commit 5ac8d6e3 authored by Gilles Filippini's avatar Gilles Filippini Committed by pini
Browse files

chore: stick to POSIX syntax for docker entrypoint

parent 6b33b8ab
No related branches found
No related tags found
1 merge request!1410fix: gracefully exit on sigterm
#!/bin/sh #!/bin/sh
set -uo pipefail set -uo pipefail
function boolean () { boolean () {
echo "$1" | sed -E 's/^(true|yes|1)$/true/i' echo "$1" | sed -E 's/^(true|yes|1)$/true/i'
} }
big_fat_warning='\033[01;31m**WARNING**:\033[0m' big_fat_warning='\033[01;31m**WARNING**:\033[0m'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment