Update entrypoint.sh

Added an additional copy step to prevent issues with certain extensions. Tested with Dreambooth
This commit is contained in:
Rizz226 2022-11-11 12:22:16 -05:00 committed by GitHub
parent 53ac3601d7
commit a0dd766fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ fi
# copy scripts, we cannot just mount the directory because it will override the already provided scripts in the repo
cp -rfT /data/config/auto/scripts/ "${ROOT}/scripts"
# Copy extensions as well to prevent issues with Dreambooth and the like, dependencies still need handled normally.
cp -rfT /data/config/auto/extensions/ "${ROOT}/extensions"
declare -A MOUNTS