Files
nomos/deployment/scripts/cleanup_node_data.sh
T

13 lines
241 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/deployment.yaml