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 New Issue
Block a user