Skip to content

Commit

Permalink
Merge pull request #344 from EscolaLMS/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
qunabu authored Oct 3, 2024
2 parents b9b2561 + 73b34ea commit 80d5f2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ php artisan h5p:storage-link

touch inited

# TODO: Fixme
# This is required so far as docker compose run this script as root

chown -R devilbox:devilbox /var/www/html/storage

/usr/bin/supervisord -c /etc/supervisor/supervisord.conf


5 changes: 5 additions & 0 deletions init_multidomains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,9 @@ fi

touch inited

# TODO: Fixme
# This is required so far as docker compose run this script as root

chown -R devilbox:devilbox /var/www/html/storage

/usr/bin/supervisord -c /etc/supervisor/supervisord.conf

0 comments on commit 80d5f2c

Please sign in to comment.