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