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:
parent
8a4c710ea6
commit
c8f049c2e8
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
|||
"multi_instance": "false",
|
||||
"services": [
|
||||
"nginx",
|
||||
"mysql"
|
||||
"mysql-common"
|
||||
],
|
||||
"requirements": {
|
||||
"mysql": ">= 5.6"
|
||||
"mysql-common": ">= 5.6"
|
||||
},
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
Loading…
Add table
Reference in a new issue