From 3b3c244c3128d3fcebb236a07bc601cb385e73bb Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Tue, 11 Oct 2022 18:18:52 +0200 Subject: [PATCH] Add Empty dir for saving (#126) Fixes #124 Creates empty dir for saving, should be done by the UI... --- services/AUTOMATIC1111/mount.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/AUTOMATIC1111/mount.sh b/services/AUTOMATIC1111/mount.sh index a1c7b97..3b37de7 100755 --- a/services/AUTOMATIC1111/mount.sh +++ b/services/AUTOMATIC1111/mount.sh @@ -31,3 +31,5 @@ for to_path in "${!MOUNTS[@]}"; do ln -sT "${from_path}" "${to_path}" echo Mounted $(basename "${from_path}") done + +mkdir -p /output/saved