#!/usr/bin/env bash # restart app so that postgres migrations are run # https://github.com/immich-app/immich/releases/tag/v1.95.1 sleep 10 "${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" &