propellor spin

This commit is contained in:
Joey Hess 2014-03-31 15:06:16 -04:00
parent bba03dc896
commit f01ae67301
Failed to extract signature
1 changed files with 2 additions and 0 deletions

View File

@ -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