X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/4a198901f9f94ea9b0bad3ff39e8b083aac25b8a..refs/tags/v0.1.0:/libexec/bootstrap.sh diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index 6d26c2e..422fafe 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -52,6 +52,8 @@ do shift done +[ -f "bootstrap.conf" ] || { echo "Aborting, run this command from the Drupal project directory." 1>&2; exit 1; } + # shellcheck disable=SC1091 . bootstrap.conf