Files
appstore/apps/bokebox/1.0.0/scripts/init.sh
T
okxlin e4ff477782 fix(bokebox): make first-run deployment healthy
Disable the upstream healthcheck that returns 500 before optional TTS configuration, add lifecycle scaffolding and usage guidance, and compress the application logo.\n\nCo-authored-by: Lan <hhxk666@gmail.com>
2026-07-21 21:44:24 +08:00

6 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
mkdir -p "$ROOT_DIR/data"