Can decompress QCow2
This commit is contained in:
virtweb_backend/src
virtweb_frontend/src/routes
@ -126,3 +126,6 @@ pub const IP_PROGRAM: &str = "/usr/sbin/ip";
|
||||
|
||||
/// Copy program path
|
||||
pub const COPY_PROGRAM: &str = "/bin/cp";
|
||||
|
||||
/// Gzip program path
|
||||
pub const GZIP_PROGRAM: &str = "/usr/bin/gzip";
|
||||
|
Reference in New Issue
Block a user