fix
This commit is contained in:
parent
ba7b8969a2
commit
ca8106ea47
2 changed files with 5 additions and 5 deletions
|
@ -37,11 +37,11 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Scratch only / is accepted",
|
"en": "Choose a path for Scratch /scratch is accepted",
|
||||||
"fr": "Choisissez un chemin pour Scratch seulement / est accepté"
|
"fr": "Choisissez un chemin pour Scratch /scratch est accepté"
|
||||||
},
|
},
|
||||||
"example": "/",
|
"example": "/scratch",
|
||||||
"default": "/"
|
"default": "/scratch"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -78,7 +78,7 @@ ynh_app_setting_set $app is_public $is_public
|
||||||
# Find a free port
|
# Find a free port
|
||||||
port=$(ynh_find_port 80)
|
port=$(ynh_find_port 80)
|
||||||
# Open this port
|
# 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
|
ynh_app_setting_set $app port $port
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue