switched to set -e in entrypoint scripts
This commit is contained in:
parent
c672d1dc77
commit
4ec18cd437
@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
set -e
|
||||
|
||||
if [ "$1" = 'zammad-nfs' ]; then
|
||||
echo "create & mount tmpfs"
|
||||
|
@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
set -e
|
||||
|
||||
function check_railsserver_available {
|
||||
# wait for zammad process coming up
|
||||
|
Loading…
Reference in New Issue
Block a user