Switch back to using the chmod command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user