Add Empty dir for saving (#126)

Fixes  #124

Creates empty dir for saving, should be done by the UI...
This commit is contained in:
AbdBarho 2022-10-11 18:18:52 +02:00 committed by GitHub
parent 5698c49653
commit 3b3c244c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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