if [ -d "crypto-config" ];then
sudo rm -rf crypto-config
fi
if [ -d "logs" ];then
sudo rm -rf logs
mkdir logs
if [ -f "channel.tx" ];then
sudo rm channel.tx
if [ -f "genesis.block" ];then
sudo rm genesis.block
docker-compose up -d