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