From ca8106ea472cd9631b69f8664af905350f827f0b Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 29 Nov 2018 15:14:39 +0100 Subject: [PATCH] fix --- manifest.json | 8 ++++---- scripts/install | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 #=================================================