mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-02 14:50:05 +01:00
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -Eeuo pipefail
|
|
|
|
find services -name "*.sh" -exec git update-index --chmod=+x {} \;
|