This commit is contained in:
liberodark 2018-11-29 15:14:39 +01:00
parent ba7b8969a2
commit ca8106ea47
2 changed files with 5 additions and 5 deletions

View file

@ -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"
},
{

View file

@ -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
#=================================================