Fix execution of scripts
For better script and argument support `run_script` is used instead of `process::Command`.
This commit is contained in:
parent
6af7d29833
commit
17778cf8b4
3 changed files with 42 additions and 34 deletions
|
@ -26,3 +26,4 @@ sha2 = "0.9"
|
|||
hex = "0.4"
|
||||
ipnet = { version = "2.3", features = ["serde"] }
|
||||
thiserror = "1.0"
|
||||
run_script = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue