Merge pull request #1566 from CachetHQ/remove-chmod

Remove chmod script
This commit is contained in:
Graham Campbell 2016-02-26 10:43:33 +00:00
commit 6b6f5ee09d

View File

@ -77,8 +77,7 @@
"php artisan clear-compiled",
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache",
"chmod -R 755 storage"
"php artisan route:cache"
],
"pre-update-cmd": [
"php artisan clear-compiled"
@ -86,8 +85,7 @@
"post-update-cmd": [
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache",
"chmod -R 755 storage"
"php artisan route:cache"
]
},
"config": {