mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 00:24:25 +01:00
Update permissions
This commit is contained in:
parent
eb809cded2
commit
9c8720d85a
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 {} \;
|
||||
0
services/AUTOMATIC1111/mount.sh
Normal file → Executable file
0
services/AUTOMATIC1111/mount.sh
Normal file → Executable file
0
services/hlky/mount.sh
Normal file → Executable file
0
services/hlky/mount.sh
Normal file → Executable file
Loading…
Reference in a new issue