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

11 lines
190 B
Bash
Executable File

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