Set the correct permissions to the storage directory
This commit is contained in:
parent
0fdb1ffdae
commit
1fbb4070ab
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "➜ Set correct permissions"
|
||||
chmod -R 777 storage
|
||||
|
||||
echo "➜ Install Composer Dependencies"
|
||||
composer install
|
||||
|
||||
|
|
Loading…
Reference in a new issue