Don't try to remove the mounted directory

This commit is contained in:
Thomas E Lackey 2023-11-22 09:53:27 -06:00
parent 798d49f389
commit 22fc68ef33

View File

@ -19,7 +19,7 @@ command -v jq > /dev/null 2>&1 || { echo >&2 "jq not installed. More info: https
if [ ! -d "/root/.laconicd/data/blockstore.db" ]; then
# remove existing daemon and client
rm -rf ~/.laconic*
rm -rf ~/.laconicd/*
laconicd config keyring-backend $KEYRING
laconicd config chain-id $CHAINID