propellor spin
This commit is contained in:
parent
beea8091cf
commit
4dedfb0ec6
|
@ -304,7 +304,7 @@ chain s = case toContainerId s of
|
||||||
void $ async $ job reapzombies
|
void $ async $ job reapzombies
|
||||||
void $ async $ job $ simpleSh $ namedPipe cid
|
void $ async $ job $ simpleSh $ namedPipe cid
|
||||||
job $ do
|
job $ do
|
||||||
void $ ifM (inPath "bash")
|
void $ tryIO $ ifM (inPath "bash")
|
||||||
( boolSystem "bash" [Param "-l"]
|
( boolSystem "bash" [Param "-l"]
|
||||||
, boolSystem "/bin/sh" []
|
, boolSystem "/bin/sh" []
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue