projects
/
drupal-init-tools.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
debian/{compat,control}: bump debhelper compatibility to 11
[drupal-init-tools.git]
/
libexec
/
new.sh
diff --git
a/libexec/new.sh
b/libexec/new.sh
index
7c4f1b6
..
890b1d0
100755
(executable)
--- a/
libexec/new.sh
+++ b/
libexec/new.sh
@@
-119,7
+119,8
@@
cat > bootstrap.conf <<EOF
#MYSQL_SU_PASSWORD='password'
EOF
-cat > .gitignore <<EOF
+cat >> .gitignore <<EOF
+
# Ignore the configuration for the bootstrap script
bootstrap.conf
EOF