2026-06-05 19:13:15 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
rm -rf /node-data/*/state*
|
|
|
|
|
rm -rf /node-data/*/logos-blockchain.log.*
|
2026-06-15 15:40:01 +03:00
|
|
|
rm -rf /node-data/explorer
|
2026-06-05 19:13:15 +03:00
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
2026-06-15 15:40:01 +03:00
|
|
|
mkdir /node-data/explorer
|
2026-07-13 22:31:03 +03:00
|
|
|
cp /deployment.yaml /node-data/deployment.yaml
|