mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-11 01:54:21 +01:00
Update entrypoint.sh
make output belong to user too
This commit is contained in:
parent
b52f5c6f4b
commit
66a1490c87
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue