mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
bugfix
This commit is contained in:
parent
197220314f
commit
91663d1513
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ def app_install(app, domain, path='/', label=None, mode='private'):
|
||||||
#########################################
|
#########################################
|
||||||
|
|
||||||
if is_web:
|
if is_web:
|
||||||
domain_add([domain], web=True)
|
domain_add([domain])
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
|
|
Loading…
Reference in a new issue