Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andri-sudarmawijaya/daf104ca36660cda498790a392fc72be to your computer and use it in GitHub Desktop.
Save andri-sudarmawijaya/daf104ca36660cda498790a392fc72be to your computer and use it in GitHub Desktop.
#!/bin/sh
$ sudo chown -R USER:www-data storage/logs
$ sudo chmod -R ug+rw storage/logs
$ sudo chown -R USER:www-data storage/framework
$ sudo chmod -R ug+rw storage/framework
$ sudo chown -R USER:www-data bootstrap/cache/
$ sudo chmod -R ug+rw bootstrap/cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment