From 363a4b45583683aabd1bde86ddadbbea9cfac3af Mon Sep 17 00:00:00 2001 From: Moul Date: Fri, 2 Oct 2020 20:41:51 +0200 Subject: [PATCH] [fix] Remove data reset in the installation It's failling the installation when node.js is installed by other apps error: Your node is currently running. Please stop it and relaunch your command. --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 086f125..95f0c26 100755 --- a/scripts/install +++ b/scripts/install @@ -48,9 +48,6 @@ INSTALL_DUNITER_DEBIAN_PACKAGE INSTALL_SYSTEMD CONFIGURE_DUNITER -# Reset Duniter node's existing data (blockchain, not conf) -duniter reset data > /dev/null - # Launch Duniter node systemctl start duniter