Create themes folder in config folder and symlink to it

This commit is contained in:
Robert Meredith 2021-10-09 17:21:35 +11:00 committed by GitHub
parent 5524fa4ad6
commit 38b5546950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ fi
# create directory structure
mkdir -p \
/config/www/{uploads,files,images}
/config/www/{uploads,files,images,themes}
# check for .env and copy default if needed
[[ ! -f "/config/www/.env" ]] && \
@ -20,6 +20,7 @@ mkdir -p \
# create symlinks
symlinks=( \
/var/www/html/themes \
/var/www/html/storage/uploads/files \
/var/www/html/storage/uploads/images \
/var/www/html/public/uploads \