mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Quick fix: typo in ynh_find_port
This commit is contained in:
parent
f17e7a1dd1
commit
efac0c7383
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Find a free port
|
# Find a free port
|
||||||
port=(ynh_find_port "9000")
|
port=$(ynh_find_port "9000")
|
||||||
# Open this port
|
# Open this port
|
||||||
yunohost firewall allow Both "$port" 2>&1
|
yunohost firewall allow Both "$port" 2>&1
|
||||||
ynh_app_setting_set "$app" port "$port"
|
ynh_app_setting_set "$app" port "$port"
|
||||||
|
|
Loading…
Reference in a new issue