mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 08:14:26 -04:00
Add missing mkdir (#310)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user