From ca520c4f2563f8e57765e525bc64795f0656ba0f Mon Sep 17 00:00:00 2001 From: Shubham SHARMA Date: Wed, 28 Jun 2017 15:06:12 +0200 Subject: [PATCH] updated support email on Daemon.js --- lib/Interactor/Daemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Interactor/Daemon.js b/lib/Interactor/Daemon.js index f8c00b95..7951c67c 100644 --- a/lib/Interactor/Daemon.js +++ b/lib/Interactor/Daemon.js @@ -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(); }