From 2ef71427ca4467fe177ebe37cafac3a8c5cb0be2 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Fri, 3 May 2024 14:26:03 +0530 Subject: [PATCH] Remove unecessary step to delete .laconic directory --- scripts/init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index 847d36bd..4b9225e3 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -15,7 +15,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then # remove existing daemon and client rm -rf $HOME/.laconicd/* - rm -rf $HOME/.laconic/* if [ -n "`which make`" ]; then make install