propellor spin
This commit is contained in:
parent
74a6f413f2
commit
46d3db4439
|
@ -85,6 +85,7 @@ spin host = do
|
|||
hPutStrLn stderr "POST-PRIVDATA"
|
||||
hFlush stderr
|
||||
hFlush toh
|
||||
hClose toh
|
||||
|
||||
-- Propigate remaining output.
|
||||
void $ tryIO $ forever $
|
||||
|
@ -142,7 +143,7 @@ boot props = do
|
|||
hPutStrLn stderr "SENT STATUS"
|
||||
hFlush stderr
|
||||
reply <- getContents
|
||||
hPutStrLn stderr $ "GOT " ++ reply
|
||||
hPutStrLn stderr $ "GOT >>" ++ reply ++ "<<"
|
||||
hFlush stderr
|
||||
makePrivDataDir
|
||||
hPutStrLn stderr $ "DEBUG 1"
|
||||
|
|
Loading…
Reference in New Issue