Files

11 lines
190 B
Bash
Raw Permalink Normal View History

#!/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
2026-07-13 22:31:03 +03:00
cp /deployment.yaml /node-data/deployment.yaml