diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index b39b5a1..07c49b4 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -304,7 +304,7 @@ chain s = case toContainerId s of void $ async $ job reapzombies void $ async $ job $ simpleSh $ namedPipe cid job $ do - void $ ifM (inPath "bash") + void $ tryIO $ ifM (inPath "bash") ( boolSystem "bash" [Param "-l"] , boolSystem "/bin/sh" [] )