Skip to content

Commit

Permalink
Use 777 permissions on /tmp/.websharks/phings. See [Issue #156](#156
Browse files Browse the repository at this point in the history
).
  • Loading branch information
jaswrks committed Mar 9, 2017
1 parent a9fec43 commit 35cdba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Updating to PHPCS v2.7.1 (previously using v2.5.1).
- Adding support for Elite packages (one above pro).
- Use `777` permissions on `/tmp/.websharks/phings`. See [Issue #156](https://github.com/websharks/phings/issues/156).

## v170105.65238

Expand Down
2 changes: 1 addition & 1 deletion src/psr4/setups/directories/tmp-sub-dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<available resource="${_tmp_sub_dir}" type="dir" />
</not>
<then>
<mkdir dir="${_tmp_sub_dir}" />
<mkdir dir="${_tmp_sub_dir}" mode="777" />
</then>
</if>

Expand Down

0 comments on commit 35cdba7

Please sign in to comment.