mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52:21 +03:00
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
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "➜ Set correct permissions"
|
||||||
|
chmod -R 777 storage
|
||||||
|
|
||||||
echo "➜ Install Composer Dependencies"
|
echo "➜ Install Composer Dependencies"
|
||||||
composer install
|
composer install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue