Check if qemu-img is present before startup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-26 19:21:40 +02:00
parent ff372800bd
commit de33c7d521
5 changed files with 25 additions and 4 deletions

View File

@ -1,3 +1,4 @@
pub mod exec_utils;
pub mod file_disks_utils;
pub mod files_utils;
pub mod net_utils;