projects
/
drupal-init-tools.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bootstrap.sh: disable one shellcheck message about sourcing bootstrap.conf
[drupal-init-tools.git]
/
libexec
/
bootstrap.sh
diff --git
a/libexec/bootstrap.sh
b/libexec/bootstrap.sh
index
42911cb
..
2381d29
100755
(executable)
--- a/
libexec/bootstrap.sh
+++ b/
libexec/bootstrap.sh
@@
-52,6
+52,7
@@
do
shift
done
+# shellcheck disable=SC1091
. bootstrap.conf
declare -p DB_NAME