diff --git a/scripts/install b/scripts/install index dd2531e..b8cd990 100644 --- a/scripts/install +++ b/scripts/install @@ -61,8 +61,8 @@ ynh_script_progression --message="Configuring firewall..." --time --weight=1 port_wg=$(ynh_find_port --port=8095) ynh_app_setting_set --app=$app --key=port_wg --value=$port_wg -# Find an available port -port=$(ynh_find_port --port=8095) +# Find an available port for WireGuard UI +port=$(ynh_find_port --port=8096) ynh_app_setting_set --app=$app --key=port --value=$port # Open the WireGuard port