1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Fix broken MySQL detection

This commit is contained in:
Pierre de La Morinerie 2016-05-23 07:33:37 +02:00
parent 8a4c710ea6
commit c8f049c2e8

View file

@ -14,10 +14,10 @@
"multi_instance": "false", "multi_instance": "false",
"services": [ "services": [
"nginx", "nginx",
"mysql" "mysql-common"
], ],
"requirements": { "requirements": {
"mysql": ">= 5.6" "mysql-common": ">= 5.6"
}, },
"arguments": { "arguments": {
"install" : [ "install" : [