mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zblerg fix global var handling
This commit is contained in:
parent
1c46636b7e
commit
75b91d7662
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ from moulinette.utils.log import getActionLogger
|
||||||
from moulinette.utils.filesystem import read_file, mkdir, write_to_yaml, read_yaml
|
from moulinette.utils.filesystem import read_file, mkdir, write_to_yaml, read_yaml
|
||||||
from moulinette.utils.process import check_output
|
from moulinette.utils.process import check_output
|
||||||
|
|
||||||
from yunohost.domain import domain_list_cache
|
import yunohost.domain
|
||||||
from yunohost.app import (
|
from yunohost.app import (
|
||||||
app_info,
|
app_info,
|
||||||
_is_installed,
|
_is_installed,
|
||||||
|
@ -1287,7 +1287,7 @@ class RestoreManager:
|
||||||
else:
|
else:
|
||||||
operation_logger.success()
|
operation_logger.success()
|
||||||
|
|
||||||
domain_list_cache = {}
|
yunohost.domain.domain_list_cache = {}
|
||||||
|
|
||||||
regen_conf()
|
regen_conf()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue