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(); }