Changes for the port

This commit is contained in:
anmol26s 2018-04-03 12:40:43 +05:30 committed by GitHub
parent 06db36ac27
commit 2801be3511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,6 @@ domain=$YNH_APP_ARG_DOMAIN
path_url="/" path_url="/"
admin_email=$YNH_APP_ARG_EMAIL admin_email=$YNH_APP_ARG_EMAIL
admin_pass=$(ynh_string_random 24) admin_pass=$(ynh_string_random 24)
port=$YNH_APP_ARG_PORT
is_public=$YNH_APP_ARG_IS_PUBLIC is_public=$YNH_APP_ARG_IS_PUBLIC
@ -70,7 +69,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
#================================================= #=================================================
# Find a free port # Find a free port
ynh_find_port "$port" 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"