dataflow/restart.sh

4 lines
106 B
Bash
Raw Normal View History

2022-07-20 17:43:25 +00:00
#! /bin/bash
2022-07-27 10:02:24 +00:00
sh stop.sh & rm raftdata/ -rf && mvn package && truncate -s 0 screenlog.0 && sh start.sh