#!/bin/bash if [ -f /app/tmp/pids/server.pid ]; then rm /app/tmp/pids/server.pid fi exec "$@"