mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-09 09:04:18 +01:00
Update download.sh
This commit is contained in:
parent
6f5eef42a7
commit
1eac01f307
|
|
@ -20,4 +20,5 @@ echo "Checking SHAs..."
|
||||||
parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c"
|
parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c"
|
||||||
|
|
||||||
# fix potential permissions
|
# fix potential permissions
|
||||||
chmod -R 777 /data /output
|
# TODO: need something better than this:
|
||||||
|
# chmod -R 777 /data /output
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue