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

[fix] typo mistakes

This commit is contained in:
mbugeia 2014-11-25 22:56:15 +01:00
parent cb9cddcb3a
commit acbb87042d
3 changed files with 5 additions and 4 deletions

View file

@ -18,6 +18,7 @@
<https_storage>off</https_storage>
<https_force>off</https_force>
<compression>off</compression>
<caching>on</caching>
<analytics_track>off</analytics_track>
<analytics_url></analytics_url>
<analytics_id></analytics_id>

View file

@ -16,7 +16,7 @@
{
"name": "domain",
"ask": {
"en": "Choose a domain for Jappix"
"en": "Choose a domain for Jappix",
"fr": "Choisissez un domaine pour Jappix"
},
"example": "domain.org"
@ -24,7 +24,7 @@
{
"name": "path",
"ask": {
"en": "Choose a path for Jappix"
"en": "Choose a path for Jappix",
"fr": "Choisissez un chemin pour Jappix"
},
"example": "/jappix",
@ -33,7 +33,7 @@
{
"name": "name",
"ask": {
"en": "Choose a name for Jappix"
"en": "Choose a name for Jappix",
"fr": "Choisissez un nom pour Jappix"
},
"example": "YunoJappix",

View file

@ -3,7 +3,7 @@
# Retrieve arguments
domain=$(sudo yunohost app setting jappix domain)
path=$(sudo yunohost app setting jappix path)
name=$(sudo yunohost app setting jappix path)
name=$(sudo yunohost app setting jappix name)
language=$(sudo yunohost app setting jappix language)
if [[ "$name" = "" ]];