From 6796a893fb094289b560c2aa9d51f02d73deb666 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 24 Jan 2015 09:02:05 +0000 Subject: [PATCH] Switch back to using the chmod command --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3e2e9d04..51fdc20f 100644 --- a/composer.json +++ b/composer.json @@ -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"