projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6a446
)
new.sh: do not overwrite the existing .gitignore file, just append to it
author
Antonio Ospite <ao2@ao2.it>
Mon, 12 Mar 2018 14:27:21 +0000
(15:27 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000
(13:30 +0100)
libexec/new.sh
patch
|
blob
|
history
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