rollback.sh 93 B

123456
  1. #!/bin/bash
  2. sh stop.sh
  3. rm -rf domainBApi.jar
  4. mv domainBApi.jar.bak domainBApi.jar
  5. sh run.sh