mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Force remove domain
This commit is contained in:
parent
97f50e396c
commit
edd6074025
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def secondary_domain(request):
|
|||
domain_add("example.test")
|
||||
|
||||
def remove_example_domain():
|
||||
domain_remove("example.test")
|
||||
domain_remove("example.test", force=True)
|
||||
request.addfinalizer(remove_example_domain)
|
||||
|
||||
return "example.test"
|
||||
|
|
Loading…
Add table
Reference in a new issue