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

updated manifest

This commit is contained in:
Matthew Frost 2016-03-18 20:32:32 +01:00
parent 102fcc4543
commit 770ff3ee6b
2 changed files with 11 additions and 2 deletions

View file

@ -30,6 +30,15 @@
}, },
"example": "johndoe" "example": "johndoe"
}, },
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "/SOGo"
},
{ {
"name": "is_public", "name": "is_public",
"ask": { "ask": {

View file

@ -8,8 +8,8 @@ app=sogo
# Retrieve arguments # Retrieve arguments
domain=$1 domain=$1
admin=$2 admin=$2
path='/SOGo' path=$3
is_public=$3 is_public=$4
codename=$(lsb_release -c -s) codename=$(lsb_release -c -s)