mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-27 18:54:19 +01:00
Update entrypoint.sh
This commit is contained in:
parent
7e35f13846
commit
04a09cb31c
|
|
@ -28,8 +28,6 @@ if [ -f "/data/config/comfy/startup.sh" ]; then
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chown -R root ~/.cache/
|
|
||||||
chmod 766 ~/.cache/
|
|
||||||
chown -R $PUID:$PGID ~/.cache/
|
chown -R $PUID:$PGID ~/.cache/
|
||||||
chmod 776 ~/.cache/
|
chmod 776 ~/.cache/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue