Thanks for fixing it! I just updated my installation and now it is working without problems! Keep up the good work!
Sebastian ----- Original Message ----- From: "Zaid Abdulla" <[email protected]> To: [email protected] Sent: Wednesday, January 6, 2016 8:45:54 PM Subject: Re: Missing summary.lastBoot and lastBootstrap On Wed, Jan 6, 2016, at 05:10 PM, h0rst wrote: > Hi again... > > I found the following lines of code in "update-device.js": > > > ... > > update['$set']['_lastInform'] = now; > > if (indexOf.call(updatesBatch.informEvents, '1 BOOT') >= 0) { > > update['$set']['_lastBoot']; > > } > > If i edit it like: > > > update['$set']['_lastBoot'] = now; That looks like a bug. Great find! I just pushed a fix for it. Pull the updates if you've installed from source. This fix will be included in the next release to npm. Thank you. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
