Files
appstore/apps/whodb/latest/scripts/upgrade.sh
T
okxlin 956b3775a1 Add WhoDB application
Package the official WhoDB Community image for latest and 0.122.0 with persistent encrypted sessions and a separate local database directory.
2026-07-28 17:08:34 +08:00

6 lines
130 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
exec "${SCRIPT_DIR}/init.sh"