#!/bin/bash set -e set -o pipefail rm -f /app/soft/resin-4.0.65/log/jvm-app-0.log mkdir -p /data/project /data/log /log exec "$@"