mirror of
https://github.com/logos-co/nomos.git
synced 2026-08-27 17:41:09 +00:00
13 lines
241 B
Bash
Executable File
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
|