Skip to content

Commit 3b3c244

Browse files
authored
Add Empty dir for saving (AUTOMATIC1111#126)
Fixes AUTOMATIC1111#124 Creates empty dir for saving, should be done by the UI...
1 parent 5698c49 commit 3b3c244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/AUTOMATIC1111/mount.sh

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ for to_path in "${!MOUNTS[@]}"; do
3131
ln -sT "${from_path}" "${to_path}"
3232
echo Mounted $(basename "${from_path}")
3333
done
34+
35+
mkdir -p /output/saved

0 commit comments

Comments
 (0)