Skip to content

Commit 00a8417

Browse files
committed
Fix post-install cmd
1 parent 81237ce commit 00a8417

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@
2626
"post-install-cmd": [
2727
"chmod 777 assets",
2828
"chmod 777 protected/runtime",
29-
"chmod 777 protected/runtime/sessions/",
3029
"chmod 777 protected/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer"
3130
],
3231
"post-update-cmd": [
3332
"chmod 777 assets",
3433
"chmod 777 protected/runtime",
35-
"chmod 777 protected/runtime/sessions/",
3634
"chmod 777 protected/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer"
3735
]
3836
}

0 commit comments

Comments
 (0)