1
0
Fork 0
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:
Matthew Frost 2016-03-19 00:51:32 +01:00
parent 330d90abb4
commit 348f7afb6c
2 changed files with 2 additions and 11 deletions

View file

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

View file

@ -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)