dataflow/restart.sh

3 lines
103 B
Bash
Raw Normal View History

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