mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-01 22:30:12 +01:00
Add Empty dir for saving (#126)
Fixes #124 Creates empty dir for saving, should be done by the UI...
This commit is contained in:
parent
5698c49653
commit
3b3c244c31
|
|
@ -31,3 +31,5 @@ for to_path in "${!MOUNTS[@]}"; do
|
||||||
ln -sT "${from_path}" "${to_path}"
|
ln -sT "${from_path}" "${to_path}"
|
||||||
echo Mounted $(basename "${from_path}")
|
echo Mounted $(basename "${from_path}")
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mkdir -p /output/saved
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue