Update entrypoint.sh

make output belong to user too
This commit is contained in:
simonmcnair 2025-03-10 11:27:21 +00:00 committed by GitHub
parent b52f5c6f4b
commit 66a1490c87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,9 @@ echo "Installing extension dependencies (if any)"
chown -R $PUID:$PGID ~/.cache/
chmod 766 ~/.cache/
chown -R $PUID:$PGID /output
chmod 766 /output
shopt -s nullglob
# For install.py, please refer to https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions#installpy
list=(./extensions/*/install.py)