mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] endpoint addition do not works with other configurations.
This commit is contained in:
parent
21da4e55b9
commit
f754400f3a
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ sudo yunohost firewall allow TCP $port > /dev/null 2>&1
|
||||||
INSTALL_DUNITER_DEBIAN_PACKAGE
|
INSTALL_DUNITER_DEBIAN_PACKAGE
|
||||||
|
|
||||||
# Configure Duniter node
|
# Configure Duniter node
|
||||||
sudo $app config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp --addep "BMAS $domain 443"
|
sudo $app config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp
|
||||||
|
sudo duniter config --addep "BMAS $domain 443"
|
||||||
|
|
||||||
# Reset Duniter node's existing data (blockchain, not conf)
|
# Reset Duniter node's existing data (blockchain, not conf)
|
||||||
sudo $app reset data > /dev/null
|
sudo $app reset data > /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue