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
50f1e9a681
commit
56a5b5aae2
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ def _get_services():
|
||||||
if "postgresql" in services:
|
if "postgresql" in services:
|
||||||
if "description" in services["postgresql"]:
|
if "description" in services["postgresql"]:
|
||||||
del services["postgresql"]["description"]
|
del services["postgresql"]["description"]
|
||||||
services["postgresql"]["actual_systemd_service"] = "postgresql@9.6-main"
|
services["postgresql"]["actual_systemd_service"] = "postgresql@11-main"
|
||||||
|
|
||||||
return services
|
return services
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue