#!/bin/sh set -e # Fix permissions for DB folder chown -R botuser:botgroup /app/DB exec "$@"