Fix execution of scripts

For better script and argument support `run_script` is used instead of
`process::Command`.
This commit is contained in:
finga 2021-04-16 17:42:40 +02:00
parent 6af7d29833
commit 17778cf8b4
3 changed files with 42 additions and 34 deletions

View file

@ -26,3 +26,4 @@ sha2 = "0.9"
hex = "0.4"
ipnet = { version = "2.3", features = ["serde"] }
thiserror = "1.0"
run_script = "0.7"