propellor spin
This commit is contained in:
parent
bc6b199d53
commit
a30b5a6bfd
|
@ -229,7 +229,7 @@ spin hn hst = do
|
||||||
]
|
]
|
||||||
|
|
||||||
spincmd = mkcmd
|
spincmd = mkcmd
|
||||||
[ "cd " ++ localdir ++ " && ./propellor --continue " ++ show (Chain hn) ]
|
[ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show (Chain hn)) ]
|
||||||
|
|
||||||
getstatus :: Handle -> IO BootStrapStatus
|
getstatus :: Handle -> IO BootStrapStatus
|
||||||
getstatus h = do
|
getstatus h = do
|
||||||
|
|
Loading…
Reference in New Issue