From 7f711ca77464bdd87b5101db646f4fc57128b3b2 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Mon, 13 Apr 2015 09:22:45 +0000 Subject: [PATCH] [fix] remove domain beudi --- lib/yunohost/monitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/yunohost/monitor.py b/lib/yunohost/monitor.py index d65eee79..ff6c711f 100644 --- a/lib/yunohost/monitor.py +++ b/lib/yunohost/monitor.py @@ -178,7 +178,6 @@ def monitor_network(units=None, human_readable=False): result[u] = {} with open('/etc/yunohost/current_host', 'r') as f: domain = f.readline().rstrip() - domain = 'beudi.nohost.com' cmd_check_smtp = os.system('/bin/nc -z -w1 yunohost.org 25') if cmd_check_smtp == 0: smtp_check = m18n.n('network_check_smtp_ok')