mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Do not print backup info
This commit is contained in:
parent
ca0b64bd5b
commit
6b293e9075
1 changed files with 0 additions and 3 deletions
|
@ -553,9 +553,6 @@ def service_safecopy(service, new_conf_file, conf_file, force=False):
|
||||||
try:
|
try:
|
||||||
os.remove(conf_backup_file)
|
os.remove(conf_backup_file)
|
||||||
except OSError: pass
|
except OSError: pass
|
||||||
elif os.path.exists(conf_backup_file):
|
|
||||||
msignals.display(m18n.n('service_configuration_backup', conf_backup_file),
|
|
||||||
'info')
|
|
||||||
|
|
||||||
services[service]['conffiles'][conf_file] = new_hash
|
services[service]['conffiles'][conf_file] = new_hash
|
||||||
_save_services(services)
|
_save_services(services)
|
||||||
|
|
Loading…
Add table
Reference in a new issue