From 8ce31e51fc08a10f5b54b78e2ee814dab85d72d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 21 Feb 2024 18:01:03 +0100 Subject: [PATCH] fix ports again --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d92898a..7d72090 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -10,10 +10,10 @@ CONFIGURE_DUNITER() { ynh_exec_as "duniter" duniter --home "$data_dir" config \ - --bma --ipv4 127.0.0.1 --port "$local_port_bma" --remoteh $domain --remotep 443 --noupnp + --bma --ipv4 127.0.0.1 --port "$port_local_bma" --remoteh $domain --remotep 443 --noupnp ynh_exec_as "duniter" duniter --home "$data_dir" config \ - --ws2p-host 127.0.0.1 --ws2p-port "$local_port_ws2p" \ + --ws2p-host 127.0.0.1 --ws2p-port "$port_local_ws2p" \ --ws2p-remote-host "$domain" --ws2p-remote-port 443 \ --ws2p-remote-path "/ws2p" --ws2p-noupnp