Merge pull request #325 from resin-io/misc/update

Force update alert to be always shown
This commit is contained in:
Juan Cruz Viotti 2016-03-08 09:26:22 -04:00
commit 7df78a0c9e
2 changed files with 9 additions and 2 deletions

View File

@ -26,7 +26,8 @@ limitations under the License.
if (!isRoot()) {
notifier = updateNotifier({
pkg: packageJSON
pkg: packageJSON,
updateCheckInterval: 0
});
}

View File

@ -22,7 +22,13 @@ packageJSON = require('../../package.json')
# running time ask for updated, however this can lead
# to ugly EPERM issues if those files are created as root.
if not isRoot()
notifier = updateNotifier(pkg: packageJSON)
notifier = updateNotifier
pkg: packageJSON
# Force update notification alert
# to be shown every time there is
# an update.
updateCheckInterval: 0
exports.hasAvailableUpdate = ->
return notifier?