Files
nomos-node/deployment/scripts/cleanup_node_data.sh
T

13 lines
258 B
Bash
Executable File

#!/bin/sh
rm -rf /node-data/*/state*
rm -rf /node-data/*/logos-blockchain.log.*
rm -rf /node-data/cfgsync
rm -rf /node-data/explorer
set -e
mkdir /node-data/explorer
mkdir /node-data/cfgsync
cp /deployment.yaml /node-data/cfgsync/deployment-settings.yaml