rollback.sh 96 B

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