mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-09 16:33:55 +00:00
Update entrypoint.sh
make output belong to user too
This commit is contained in:
parent
b52f5c6f4b
commit
66a1490c87
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ echo "Installing extension dependencies (if any)"
|
||||||
chown -R $PUID:$PGID ~/.cache/
|
chown -R $PUID:$PGID ~/.cache/
|
||||||
chmod 766 ~/.cache/
|
chmod 766 ~/.cache/
|
||||||
|
|
||||||
|
chown -R $PUID:$PGID /output
|
||||||
|
chmod 766 /output
|
||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
# For install.py, please refer to https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions#installpy
|
# For install.py, please refer to https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions#installpy
|
||||||
list=(./extensions/*/install.py)
|
list=(./extensions/*/install.py)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue