Skip to content

Commit

Permalink
Making sites/[site-name] writable for setup:drush:settings target.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Mar 20, 2017
1 parent e75d45b commit 24a4d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
</target>

<target name="setup:drush:settings:site" description="Create local drush settings files for an individual site." hidden="true">
<chmod mode="0755" file="${docroot}/sites/${multisite.name}" failonerror="false"/>
<if>
<not><available file="${docroot}/sites/${multisite.name}/local.drushrc.php" type="file" /></not>
<then>
Expand Down

0 comments on commit 24a4d2b

Please sign in to comment.