mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Fixed static path issue
This commit is contained in:
parent
330d90abb4
commit
348f7afb6c
2 changed files with 2 additions and 11 deletions
|
@ -30,15 +30,6 @@
|
|||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose an admin user",
|
||||
"fr": "Choisissez l’administrateur"
|
||||
},
|
||||
"example": "/SOGo"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
|
|
|
@ -8,8 +8,8 @@ app=sogo
|
|||
# Retrieve arguments
|
||||
domain=$1
|
||||
admin=$2
|
||||
path=$3
|
||||
is_public=$4
|
||||
is_public=$3
|
||||
path="/SOGo"
|
||||
codename=$(lsb_release -c -s)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue