Files
appstore/apps/librarr/latest/scripts/upgrade.sh
T
2026-08-01 02:25:29 +08:00

6 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# Librarr applies SQLite migrations in the upstream binary during startup.
exit 0