propellor spin
This commit is contained in:
parent
645d0918f2
commit
97931fe670
|
@ -199,7 +199,7 @@ spin target relay hst = do
|
||||||
runcmd = mkcmd [ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show cmd) ]
|
runcmd = mkcmd [ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show cmd) ]
|
||||||
cmd = if isNothing relay
|
cmd = if isNothing relay
|
||||||
then SimpleRun target
|
then SimpleRun target
|
||||||
else Spin target relay
|
else Spin target (Just target)
|
||||||
runparams = catMaybes
|
runparams = catMaybes
|
||||||
[ if isJust relay then Just "-A" else Nothing
|
[ if isJust relay then Just "-A" else Nothing
|
||||||
, Just "-t"
|
, Just "-t"
|
||||||
|
|
Loading…
Reference in New Issue