propellor spin

This commit is contained in:
Joey Hess 2014-04-04 18:50:54 -04:00
parent beea8091cf
commit 4dedfb0ec6
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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" []
)