Skip to content
Snippets Groups Projects
Commit 6169dffb authored by Gilles Filippini's avatar Gilles Filippini
Browse files

feat(docker): entrypoint: use 'set -uo pipefail'

parent 893c25d7
No related branches found
No related tags found
1 merge request!1387Docker - Duniter wrapper + Entrypoint can survive a config / peers.db loss
#!/bin/sh #!/bin/sh
set -u set -uo pipefail
function boolean () { function boolean () {
echo "$1" | sed -E 's/^(true|yes|1)$/true/i' echo "$1" | sed -E 's/^(true|yes|1)$/true/i'
......
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