mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Merge 82c02ddaf4
into e0f2061852
This commit is contained in:
commit
0e11a419af
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ def app_initdb(user, password=None, db=None, sql=None):
|
||||||
raise MoulinetteError(1, _("MySQL DB init failed"))
|
raise MoulinetteError(1, _("MySQL DB init failed"))
|
||||||
|
|
||||||
if not return_pwd:
|
if not return_pwd:
|
||||||
msignals.display(_("Database initiliazed"), 'success')
|
msignals.display(_("Database initialized"), 'success')
|
||||||
|
|
||||||
|
|
||||||
def app_ssowatconf(auth):
|
def app_ssowatconf(auth):
|
||||||
|
|
Loading…
Add table
Reference in a new issue