From 4dedfb0ec6f0b5e9e0db6fa2708a39817375ead0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 18:50:54 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property') diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index b39b5a1b..07c49b47 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" [] ) -- cgit v1.2.3