Skip to content

Commit

Permalink
Merge branch 'development' of github.com:Unitech/pm2 into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jun 28, 2017
2 parents e5a6cf9 + 0c88c5d commit 6d8931a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Interactor/Daemon.js
Expand Up @@ -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();
}

Expand Down
4 changes: 2 additions & 2 deletions lib/Interactor/InteractorDaemonizer.js
Expand Up @@ -251,12 +251,12 @@ var daemonize = function(conf, infos, cb) {
*/
if (msg.error == true) {
console.log(chalk.red('[Keymetrics.io][ERROR]'), msg.msg);
console.log(chalk.cyan('[Keymetrics.io]') + ' Contact support contact@keymetrics.io and send us the error message');
console.log(chalk.cyan('[Keymetrics.io]') + ' Contact support support@keymetrics.zendesk.com and send us the error message');
return cb(msg);
}

if (msg.km_data.disabled == true) {
console.log(chalk.cyan('[Keymetrics.io]') + ' Server DISABLED BY ADMINISTRATION contact support contact@keymetrics.io with reference to your public and secret keys)');
console.log(chalk.cyan('[Keymetrics.io]') + ' Server DISABLED BY ADMINISTRATION contact support support@keymetrics.zendesk.com with reference to your public and secret keys)');
return cb(msg);
}

Expand Down

0 comments on commit 6d8931a

Please sign in to comment.