mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ux: Moar boring postgresql messages displayed as warning
This commit is contained in:
parent
848adf89c8
commit
290d627faf
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ def hook_exec(
|
||||||
r"update-rc.d: ",
|
r"update-rc.d: ",
|
||||||
r"update-alternatives: ",
|
r"update-alternatives: ",
|
||||||
# Postgresql boring messages -_-
|
# Postgresql boring messages -_-
|
||||||
|
r"Adding user postgres to group ssl-cert",
|
||||||
r"Building PostgreSQL dictionaries from .*",
|
r"Building PostgreSQL dictionaries from .*",
|
||||||
r"Removing obsolete dictionary files",
|
r"Removing obsolete dictionary files",
|
||||||
r"Creating new PostgreSQL cluster",
|
r"Creating new PostgreSQL cluster",
|
||||||
|
|
Loading…
Add table
Reference in a new issue