mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-09 00:13:55 +00:00
Update versions (#315)
auto:7a14c8ab45invoke:e4cd66216eAlso, fix script mounting in auto #295
This commit is contained in:
parent
9d2a3388c3
commit
eeb410f2de
4 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,8 @@ set -Eeuo pipefail
|
|||
# TODO: move all mkdir -p ?
|
||||
mkdir -p /data/config/auto/scripts/
|
||||
# mount scripts individually
|
||||
cp -vrTs /data/config/auto/scripts/ "${ROOT}/scripts/"
|
||||
find "${ROOT}/scripts/" -maxdepth 1 -type l -delete
|
||||
cp -vrfTs /data/config/auto/scripts/ "${ROOT}/scripts/"
|
||||
|
||||
cp -n /docker/config.json /data/config/auto/config.json
|
||||
jq '. * input' /data/config/auto/config.json /docker/config.json | sponge /data/config/auto/config.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue