diff --git a/bitnami/drupal/rootfs/app-entrypoint.sh b/bitnami/drupal/rootfs/app-entrypoint.sh index ca4ecbac9e0f..eff3ed7e0dad 100755 --- a/bitnami/drupal/rootfs/app-entrypoint.sh +++ b/bitnami/drupal/rootfs/app-entrypoint.sh @@ -5,6 +5,7 @@ function initialize { # Package can be "installed" or "unpacked" status=`nami inspect $1` if [[ "$status" == *'"lifecycle": "unpacked"'* ]]; then + inputs="" if [[ -f /$1-inputs.json ]]; then inputs=--inputs-file=/$1-inputs.json fi