Fail better
https://unix.stackexchange.com/questions/384305/debugging-scripts-what-is-the-difference-between-x-to-set-euxo-pipefail?rq=1
This commit is contained in:
parent
0aafe775ea
commit
a4a4f243c1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/ash
|
||||
set -euo pipefail
|
||||
## This compose file will take a copy of the configuration and install any
|
||||
set -euxo pipefail
|
||||
## This docker-entrypoint will take a copy of the configuration and install any
|
||||
## envvars and then copy any required files into the /app/ directory next to any
|
||||
## custom files added by the user.
|
||||
|
||||
|
|
Loading…
Reference in a new issue