Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mako321 committed Feb 22, 2024
1 parent 74bba6d commit e6a9ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ if [ -n "$MULTI_DOMAINS" ]; then
STORAGE_PUBLIC_NAME=${!STORAGE_PUBLIC_KEY}
if [ -n "$STORAGE_PUBLIC_NAME" ]; then
ln -s /var/www/html/storage/${STORAGE_DIRECTORY}/app/public public/storage${STORAGE_PUBLIC_NAME}
ln -s /var/www/html/storage/${STORAGE_DIRECTORY}/app/h5p public/h5p${STORAGE_PUBLIC_NAME}
fi

php artisan optimize:clear --domain=$domain
Expand Down

0 comments on commit e6a9ea3

Please sign in to comment.