Set the correct permissions to the storage directory

This commit is contained in:
Alex Tselegidis 2023-07-26 12:40:24 +02:00
parent 0fdb1ffdae
commit 1fbb4070ab

View file

@ -1,5 +1,8 @@
#!/bin/bash
echo "➜ Set correct permissions"
chmod -R 777 storage
echo "➜ Install Composer Dependencies"
composer install