mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 08:01:04 +00:00
6 lines
120 B
Bash
Executable File
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
|