Skip to content

Commit

Permalink
Fix post-install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Jan 16, 2017
1 parent 81237ce commit 00a8417
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
"post-install-cmd": [
"chmod 777 assets",
"chmod 777 protected/runtime",
"chmod 777 protected/runtime/sessions/",
"chmod 777 protected/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer"
],
"post-update-cmd": [
"chmod 777 assets",
"chmod 777 protected/runtime",
"chmod 777 protected/runtime/sessions/",
"chmod 777 protected/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer"
]
}
Expand Down

0 comments on commit 00a8417

Please sign in to comment.