From 3d8845429c3626ef948091ad67bca46d4024a517 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 04:40:26 +0100 Subject: [PATCH] fix settings.yml path --- .../60.advanced/20.config_panels/config_panels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md b/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md index 610895a0..9f10e2db 100644 --- a/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md +++ b/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md @@ -84,7 +84,7 @@ The `bind` property allows to define where read and write the value bind to the #### Default behaviour -If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/$app/settings.yml` file. +If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/app/$app/settings.yml` file. #### Read / write into a var of an actual configuration file