#!/bin/bash if [ ! -f /padel/instance/padel.sqlite ]; then python -m flask --app padel init-db fi exec "$@"