mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 22:45:39 +00:00
Update permissions
This commit is contained in:
parent
eb809cded2
commit
9c8720d85a
3 changed files with 5 additions and 0 deletions
5
scripts/chmod.sh
Executable file
5
scripts/chmod.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
find . -name "*.sh" -exec git update-index --chmod=+x {} \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue