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:
parent
e53082b137
commit
f7af82df35
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ ynh_app_setting_set "$app" admin "$admin"
|
|||
INSTALL_DUNITER_DEBIAN_PACKAGE
|
||||
|
||||
# Configure Duniter node
|
||||
sudo $app init --autoconf
|
||||
sudo $app config --remoteh $domain --port $port --remotep $port --salt $salt --passwd $password
|
||||
sudo $app config --autoconf --remoteh $domain --port $port --remotep $port --salt $salt --passwd $password
|
||||
|
||||
# Synchronize Duniter node
|
||||
echo "Synchronizing with $sync_node:$sync_port. It may take a while."
|
||||
|
|
Loading…
Add table
Reference in a new issue