From f7af82df355b3d4665d96a82b55712d0234278be Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 15 Nov 2016 10:55:27 +0100 Subject: [PATCH] [fix] use `config` subcmd as `init` subcmd have been removed: - See: https://github.com/duniter/duniter/commit/48a59b131c1163bfcd1c1f04989a0d1362028544 --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 8bb9433..8199055 100755 --- a/scripts/install +++ b/scripts/install @@ -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."