diff --git a/manifest.json b/manifest.json index 7fd8d32..b6fcefe 100644 --- a/manifest.json +++ b/manifest.json @@ -37,11 +37,11 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for Scratch only / is accepted", - "fr": "Choisissez un chemin pour Scratch seulement / est accepté" + "en": "Choose a path for Scratch /scratch is accepted", + "fr": "Choisissez un chemin pour Scratch /scratch est accepté" }, - "example": "/", - "default": "/" + "example": "/scratch", + "default": "/scratch" }, { diff --git a/scripts/install b/scripts/install index b1e41c9..635fc3a 100644 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,7 @@ ynh_app_setting_set $app is_public $is_public # Find a free port port=$(ynh_find_port 80) # Open this port -yunohost firewall allow --no-upnp TCP $port 2>&1 +#yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port #=================================================