1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rspamdui_ynh.git synced 2024-09-03 20:16:32 +02:00

Fix "multi_instance" field should be boolean 'true' or 'false', and not string type

This commit is contained in:
yalh76 2022-02-24 02:50:54 +01:00
parent 16201aec01
commit f95d6fad5a

View file

@ -21,7 +21,7 @@
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": "false", "multi_instance": false,
"services": [ "services": [
"nginx" "nginx"
], ],