From c6819740e99050c1d0bbfa439cdcf5359abb4e28 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 9 Mar 2023 23:34:33 +0100 Subject: [PATCH] fix missign " --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 5db475c..fe9f787 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -22,7 +22,7 @@ services = ["__APP__", "__APP___workers"] ask.en = "Change data directory" ask.fr = "Changer le répertoire de données" type = "path" - default = "/home/yunohost.app/__APP__/ + default = "/home/yunohost.app/__APP__/" help.en = "Change the data directory where are stored all the uploaded .gpx files and the profile pictures" help.fr = "Change le répertoire de données où sont stockés tous les fichiers .gpx téléversés et les photos de profil" bind = "UPLOAD_FOLDER:/var/www/__APP__/.env"