projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55dc38
)
bootstrap.sh: use the imperative in comments
author
Antonio Ospite <ao2@ao2.it>
Thu, 21 Dec 2017 12:04:01 +0000
(13:04 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 9 Jan 2018 15:50:30 +0000
(16:50 +0100)
libexec/bootstrap.sh
patch
|
blob
|
history
diff --git
a/libexec/bootstrap.sh
b/libexec/bootstrap.sh
index
edf8314
..
f18d337
100755
(executable)
--- a/
libexec/bootstrap.sh
+++ b/
libexec/bootstrap.sh
@@
-149,7
+149,7
@@
sudo chgrp -R "$WEB_SERVER_GROUP" sites/default/files
[ -d ../config/sync ] && sudo chgrp -R "$WEB_SERVER_GROUP" ../config/sync
-# Enable
s
clean URLs
+# Enable clean URLs
sed -i "s@\(# \)\{0,1\}RewriteBase .*\$@RewriteBase ${SITE_BASE_PATH}@" .htaccess
chmod 755 sites/default