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",
|
||||
"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"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue