diff --git a/manifest.json b/manifest.json index 6e17e25..55e6659 100644 --- a/manifest.json +++ b/manifest.json @@ -29,17 +29,11 @@ "en": "Choose a domain for Z-push", "fr": "Choisissez un domaine pour Z-push" }, - "example": "example.com" - }, - { - "name": "path", - "type": "path", - "ask": { - "en": "No choice, it must be /Microsoft-Server-ActiveSync", - "fr": "Pas de choix, cela doit être /Microsoft-Server-ActiveSync" - }, - "choices": ["/Microsoft-Server-ActiveSync"], - "default": "/Microsoft-Server-ActiveSync" + "example": "example.com", + "help": { + "en": "Z-push will be available at domain/Microsoft-Server-ActiveSync.", + "fr": "Z-push sera disponible à l'adresse domaine/Microsoft-Server-ActiveSync." + } } ] } diff --git a/scripts/install b/scripts/install index 2623878..2e26ad2 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/Microsoft-Server-ActiveSync" #admin=$YNH_APP_ARG_ADMIN is_public=1 #language=$YNH_APP_ARG_LANGUAGE