mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] remove domain beudi
This commit is contained in:
parent
dc0d722284
commit
7f711ca774
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue