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"