Switch back to using the chmod command

This commit is contained in:
James Brooks
2015-01-24 09:02:05 +00:00
parent 0497793230
commit 6796a893fb

View File

@@ -65,13 +65,13 @@
"scripts": {
"post-install-cmd": [
"php artisan optimize",
"php artisan cachet:chmod",
"chmod -R 777 app/storage",
"php artisan cachet:one-click-deploy"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize",
"php artisan cachet:chmod"
"chmod -R 777 app/storage"
],
"post-create-project-cmd": [
"php artisan key:generate"