entrypoint.sh 97 B

12345678910
  1. #!/bin/bash
  2. set -e
  3. set -o pipefail
  4. rm -f /app/soft/resin-4.0.65/log/jvm-app-0.log
  5. exec "$@"