Quick fix: typo in ynh_find_port

This commit is contained in:
anmol26s 2018-04-03 13:04:11 +05:30 committed by GitHub
parent f17e7a1dd1
commit efac0c7383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
#=================================================
# Find a free port
port=(ynh_find_port "9000")
port=$(ynh_find_port "9000")
# Open this port
yunohost firewall allow Both "$port" 2>&1
ynh_app_setting_set "$app" port "$port"