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