Adapt BooleInit to the fact that LbAppInit not longer has an execute method.
RecInit was changed to a MultiTransformer and couldn't call LbAppInit (its previous base-class) execute anymore. That method was removed and now BooleInit bombs out. This merge request fixes that by calling the checkMem function instead of execute.