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:
parent
102fcc4543
commit
770ff3ee6b
2 changed files with 11 additions and 2 deletions
|
@ -30,6 +30,15 @@
|
||||||
},
|
},
|
||||||
"example": "johndoe"
|
"example": "johndoe"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "path",
|
||||||
|
"type": "path",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose an admin user",
|
||||||
|
"fr": "Choisissez l’administrateur"
|
||||||
|
},
|
||||||
|
"example": "/SOGo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"ask": {
|
"ask": {
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue