propellor spin

This commit is contained in:
Joey Hess 2014-04-01 20:30:55 -04:00
parent e4c008c5de
commit e06121e055
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
, name (fromContainerId cid)
]
chaincmd = ["./propellor", "--continue", show $ ChainDocker $ show ident]
chaincmd = [localdir </> "propellor", "--continue", show $ ChainDocker $ show ident]
go img = ifM (runContainer img (runps ++ ["-i", "-d", "-t"]) chaincmd)
( return MadeChange