diff --git a/bitnami/mariadb/rootfs/app-entrypoint.sh b/bitnami/mariadb/rootfs/app-entrypoint.sh index a606653406f4..368be94059c0 100755 --- a/bitnami/mariadb/rootfs/app-entrypoint.sh +++ b/bitnami/mariadb/rootfs/app-entrypoint.sh @@ -1,9 +1,6 @@ #!/bin/bash set -e -#!/bin/bash -set -e - if [[ "$1" == "harpoon" && "$2" == "start" ]]; then status=`harpoon inspect $BITNAMI_APP_NAME` if [[ "$status" == *'"lifecycle": "unpacked"'* ]]; then