From 3fc6e0ba14ab201ec456c2aba56a91a965a1fb80 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 27 Feb 2015 08:15:35 +0000 Subject: [PATCH] Don't chmod the public directory --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bd6645b4..95b25192 100644 --- a/composer.json +++ b/composer.json @@ -64,13 +64,13 @@ "scripts": { "post-install-cmd": [ "php artisan optimize", - "chmod -R 755 app/storage public", + "chmod -R 755 app/storage", "php artisan cachet:one-click-deploy" ], "post-update-cmd": [ "php artisan clear-compiled", "php artisan optimize", - "chmod -R 755 app/storage public" + "chmod -R 755 app/storage" ], "post-create-project-cmd": [ "php artisan key:generate"