diff options
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 $ |
