summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-02-07 12:07:31 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-04-01 17:30:09 +0200
commitcf22c66c3bda2833f89d1282fe44e9e6d15331dc (patch)
treec779557e6516643b2f2a74ef32f1888dc378313c /src
parent84f7b51451f267a22769edf7ae267b4332ccc6a9 (diff)
downloadrebel-cf22c66c3bda2833f89d1282fe44e9e6d15331dc.tar
rebel-cf22c66c3bda2833f89d1282fe44e9e6d15331dc.zip
runc: pass -e to sh
Diffstat (limited to 'src')
-rw-r--r--src/runner/runc/spec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runner/runc/spec.rs b/src/runner/runc/spec.rs
index c549399..028e093 100644
--- a/src/runner/runc/spec.rs
+++ b/src/runner/runc/spec.rs
@@ -15,7 +15,7 @@ pub fn generate_spec(run: &str) -> runtime::Spec {
},
"args": [
"sh",
- "-c",
+ "-ec",
run
],
"env": [