Inventory, emitter shows more details, and minor fixes.

This commit is contained in:
Andreas B. Mundt 2024-01-11 17:23:27 +01:00
parent 00194514ab
commit 3a14705d42
4 changed files with 119 additions and 111 deletions

View file

@ -75,7 +75,7 @@ delete_old_qcows() {
if vmimage-torrent status | grep -qw ^"$session"; then
vmimage-torrent stop "${qcow2}"
fi
rm "${qcow2}"
mv "${qcow2}" /tmp/
fi
done
}