From 481296ad214fb36c35d697e6b0c1cb307e6b6ac5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 26 Feb 2016 10:10:25 +0000 Subject: [PATCH] Remove chmod script --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b4eb13197..276b50464 100644 --- a/composer.json +++ b/composer.json @@ -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": {