Files
appstore/apps/podfetch/5.2.3/scripts/upgrade.sh
T

6 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# PodFetch applies its database migrations when the new container starts.
exit 0