Fix for incus

This commit is contained in:
Johannes Leupolz 2026-04-15 22:19:51 +00:00
parent 8c40fdc120
commit 080a72906d

View file

@ -283,7 +283,7 @@ impl InjectionStrategy for Incus {
"unix-char",
&incuspath,
&hostpath,
"mode=\"666\"",
"mode=666",
])
.spawn()?;
let output = child.wait_with_output()?;