X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/4a198901f9f94ea9b0bad3ff39e8b083aac25b8a..a5b59e86989d83dddcb517d490174db0611b1e7a:/libexec/bootstrap.sh diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index 6d26c2e..f18d337 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -20,7 +20,7 @@ set -e usage() { cat <&2; exit 1; } + # shellcheck disable=SC1091 . bootstrap.conf @@ -147,8 +149,8 @@ sudo chgrp -R "$WEB_SERVER_GROUP" sites/default/files [ -d ../config/sync ] && sudo chgrp -R "$WEB_SERVER_GROUP" ../config/sync -# Enables clean URLs -sed -i "s@# RewriteBase /drupal\$@RewriteBase ${SITE_BASE_PATH}@" .htaccess +# Enable clean URLs +sed -i "s@\(# \)\{0,1\}RewriteBase .*\$@RewriteBase ${SITE_BASE_PATH}@" .htaccess chmod 755 sites/default chmod 644 sites/default/settings.php