updated support email on Daemon.js

This commit is contained in:
Shubham SHARMA 2017-06-28 15:06:12 +02:00 committed by GitHub
parent 1a76089f76
commit ca520c4f25

View File

@ -179,7 +179,7 @@ var Daemon = module.exports = {
}
if (km_data.disabled == true) {
console.error('Server DISABLED BY ADMINISTRATION contact support contact@keymetrics.io with reference to your public and secret keys)');
console.error('Server DISABLED BY ADMINISTRATION contact support support@keymetrics.zendesk.com with reference to your public and secret keys)');
return Daemon.exit();
}