mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 06:53:48 +00:00
6 lines
81 B
Bash
6 lines
81 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
find . -name "*.sh" -exec git update-index --chmod=+x {} \;
|