mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[psql] Fix hardcoded fix for postgresql status check
This commit is contained in:
parent
4920d4f907
commit
c70b0ae4f2
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ def _get_services():
|
|||
if "postgresql" in services:
|
||||
if "description" in services["postgresql"]:
|
||||
del services["postgresql"]["description"]
|
||||
services["postgresql"]["actual_systemd_service"] = "postgresql@9.6-main"
|
||||
services["postgresql"]["actual_systemd_service"] = "postgresql@11-main"
|
||||
|
||||
return services
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue