diff --git a/apache/entrypoint.sh b/apache/entrypoint.sh index 6170aab..5ca3fe3 100755 --- a/apache/entrypoint.sh +++ b/apache/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -Eeuo pipefail +set -Eeo pipefail # wait for the database to start waitfordb() { diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 6170aab..5ca3fe3 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -Eeuo pipefail +set -Eeo pipefail # wait for the database to start waitfordb() { diff --git a/fpm-alpine/entrypoint.sh b/fpm-alpine/entrypoint.sh index 6170aab..5ca3fe3 100755 --- a/fpm-alpine/entrypoint.sh +++ b/fpm-alpine/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -Eeuo pipefail +set -Eeo pipefail # wait for the database to start waitfordb() { diff --git a/fpm/entrypoint.sh b/fpm/entrypoint.sh index 6170aab..5ca3fe3 100755 --- a/fpm/entrypoint.sh +++ b/fpm/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -Eeuo pipefail +set -Eeo pipefail # wait for the database to start waitfordb() {