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

[FIX] cleanup

This commit is contained in:
Holger Brunn 2023-11-14 18:43:32 +01:00
parent aa728e28a7
commit a74fff6dd3

View file

@ -4,7 +4,6 @@ version = "1.0"
name = "Manage custom code" name = "Manage custom code"
[custom_code.components] [custom_code.components]
name = "Custom code"
[custom_code.components.custom_repo] [custom_code.components.custom_repo]
ask = "Fill in your custom repo" ask = "Fill in your custom repo"
@ -31,9 +30,7 @@ name = "Edit the odoo config file"
services = ["__APP__"] services = ["__APP__"]
[config_file.components] [config_file.components]
name = "Config file"
[config_file.components.config_file] [config_file.components.config_file]
help = "When you change this, you need to restart your app"
type = "text" type = "text"
bind = "/etc/__APP__/main.conf" bind = "/etc/__APP__/main.conf"