mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Update check_process
This commit is contained in:
parent
68370dc20c
commit
f3ebaac139
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
multi_instance=0
|
||||
wrong_user=1
|
||||
wrong_path=0
|
||||
incorrect_path=1
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 2.4"
|
||||
},
|
||||
"multi_instance": "false",
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm"
|
||||
|
|
Loading…
Add table
Reference in a new issue