remove -i, seems not needed and may be causing problem

This commit is contained in:
Joey Hess 2014-11-27 19:10:39 -04:00
parent 9500e9bb81
commit 4c2eac2d3c
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ provisionContainer cid = containerDesc cid $ property "provisioned" $ liftIO $ d
let params = ["--continue", show $ toChain cid]
msgh <- mkMessageHandle
let p = inContainerProcess cid
[ if isConsole msgh then "-it" else "-i" ]
(if isConsole msgh then ["-it"] else [])
(shim : params)
r <- withHandle StdoutHandle createProcessSuccess p $
processChainOutput