#!/bin/bash cd /data/jhs rm -rf zookeeper_data/* rm -rf kafka_data/* docker-compose down docker-compose up -d # sed -i 's/\r$//' start.sh exit 0