mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-04 14:07:41 +00:00
Add missing mkdir (#310)
This commit is contained in:
parent
f8de9190ed
commit
00518a0340
2 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ for to_path in "${!MOUNTS[@]}"; do
|
|||
done
|
||||
|
||||
sync_bidirectional() {
|
||||
mkdir -p /data/config/auto/extensions "${ROOT}/extensions"
|
||||
rsync -cau /data/config/auto/extensions/ "${ROOT}/extensions"
|
||||
rsync -cau "${ROOT}/extensions/" /data/config/auto/extensions
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue