mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 16:36:03 +00:00
Fix for incus
This commit is contained in:
parent
8c40fdc120
commit
080a72906d
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ impl InjectionStrategy for Incus {
|
||||||
"unix-char",
|
"unix-char",
|
||||||
&incuspath,
|
&incuspath,
|
||||||
&hostpath,
|
&hostpath,
|
||||||
"mode=\"666\"",
|
"mode=666",
|
||||||
])
|
])
|
||||||
.spawn()?;
|
.spawn()?;
|
||||||
let output = child.wait_with_output()?;
|
let output = child.wait_with_output()?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue