mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Don't make app/storage writeable to the world
This commit is contained in:
parent
6796a893fb
commit
200f4d5e9b
@ -65,13 +65,13 @@
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan optimize",
|
||||
"chmod -R 777 app/storage",
|
||||
"chmod -R 755 app/storage",
|
||||
"php artisan cachet:one-click-deploy"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize",
|
||||
"chmod -R 777 app/storage"
|
||||
"chmod -R 755 app/storage"
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
|
Loading…
x
Reference in New Issue
Block a user