diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 14:16:43 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 14:16:43 -0400 |
| commit | b01ba38e6efbb287db94a0134201d1debcd7e5d4 (patch) | |
| tree | fcb076632334080e56dcb4a51d0488e88899f73d /Propellor | |
| parent | fb2dcada17627ed904761be86a7863bfc3d2ad65 (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/CmdLine.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 3a0d9131..44ebf529 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -133,6 +133,9 @@ boot props = do hFlush stdout reply <- getContents + hPutStrLn stderr $ fromMarked keyringMarker reply + hFlush stderr + makePrivDataDir writeFileProtected privDataLocal $ fromMarked privDataMarker reply maybe noop (writeFileProtected keyring) $ fromB64Maybe $ |
