#!/usr/bin/bash

# SPDX-FileCopyrightText: 2022 Oxhead Alpha
# SPDX-License-Identifier: LicenseRef-MIT-OA

set -euo pipefail

if [[ -n ${RESET_ON_STOP} ]]; then
    rm -rf "$MAVRYK_NODE_DIR"
fi
