diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 15:06:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 15:06:16 -0400 |
| commit | f01ae6730186fbf052aad188b634bfd88bda92cf (patch) | |
| tree | f1172c2ac107f5836c89e00b31d5a6757667e4df | |
| parent | bba03dc89636295073d1719ad4ebb56da658c6a6 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index c5224682..44faa940 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -154,6 +154,8 @@ boot props = do makePrivDataDir maybe noop (writeFileProtected privDataLocal) $ fromMarked privDataMarker reply + print $ eitherToMaybe . B64.decode . BL.pack . s2w8 =<< fromMarked keyringMarker reply + print $ B64.decode . BL.pack . s2w8 <$> fromMarked keyringMarker reply case eitherToMaybe . B64.decode . BL.pack . s2w8 =<< fromMarked keyringMarker reply of Nothing -> noop Just d -> do |
