1
0
Fork 0
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:
ewilly 2017-01-17 18:49:42 +01:00
parent 68370dc20c
commit f3ebaac139
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
setup_public=1 setup_public=1
upgrade=1 upgrade=1
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=0
wrong_user=1 wrong_user=1
wrong_path=0 wrong_path=0
incorrect_path=1 incorrect_path=1

View file

@ -15,7 +15,7 @@
"requirements": { "requirements": {
"yunohost": ">= 2.4" "yunohost": ">= 2.4"
}, },
"multi_instance": "false", "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php5-fpm" "php5-fpm"