Files
appstore/apps/filecodebox/latest/scripts/init.sh
T
okxlin 320c98744a Fix FileCodeBox latest image
Resolve #2909 by replacing the beta FileCodeBox app version with latest, updating the image tag and README metadata, and adding minimal lifecycle scripts.
2026-06-26 19:13:09 +08:00

4 lines
70 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
mkdir -p "${DATA_PATH:-./data}"