Skip to content

Commit

Permalink
Merge pull request #370 from bkosborne/patch-1
Browse files Browse the repository at this point in the history
Chmod settings.php to 644 instead of 755
  • Loading branch information
grasmash authored Sep 9, 2016
2 parents 084b49a + eb68235 commit 5efc797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/tasks/blt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<target name="configure">
<!-- @todo add multisite support. -->
<echo>Making ${docroot}/sites/default/settings.php writable.</echo>
<chmod mode="0755" failonerror="false" file="${docroot}/sites/default/settings.php"/>
<chmod mode="0644" failonerror="false" file="${docroot}/sites/default/settings.php"/>

<echo>Expanding Phing properties in BLT files.</echo>
<!-- Reflexively expand properties in specified dirs/files. -->
Expand Down

0 comments on commit 5efc797

Please sign in to comment.