mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix missign "
This commit is contained in:
parent
5da1cba4a3
commit
c6819740e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue