This website requires JavaScript.
Explore
Help
Sign In
AbdBarho
/
stable-diffusion-webui-docker
Watch
1
Star
0
Fork
You've already forked stable-diffusion-webui-docker
0
mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced
2026-02-08 08:34:21 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7a83dc6a1a
stable-diffusion-webui-docker
/
scripts
/
chmod.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Update permissions
2022-09-11 08:51:11 +02:00
#!/bin/bash
Add Download Service
2022-09-11 17:44:16 +02:00
set
-Eeuo pipefail
Update permissions
2022-09-11 08:51:11 +02:00
find . -name
"*.sh"
-exec git update-index --chmod
=
+x
{
}
\;
Reference in a new issue
Copy permalink