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-04-21 06:14:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
423081ad21
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