1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[fix] use config subcmd as init subcmd have been removed:

- See: 48a59b131c
This commit is contained in:
Moul 2016-11-15 10:55:27 +01:00
parent e53082b137
commit f7af82df35

View file

@ -63,8 +63,7 @@ ynh_app_setting_set "$app" admin "$admin"
INSTALL_DUNITER_DEBIAN_PACKAGE INSTALL_DUNITER_DEBIAN_PACKAGE
# Configure Duniter node # Configure Duniter node
sudo $app init --autoconf sudo $app config --autoconf --remoteh $domain --port $port --remotep $port --salt $salt --passwd $password
sudo $app config --remoteh $domain --port $port --remotep $port --salt $salt --passwd $password
# Synchronize Duniter node # Synchronize Duniter node
echo "Synchronizing with $sync_node:$sync_port. It may take a while." echo "Synchronizing with $sync_node:$sync_port. It may take a while."