Files
appstore/apps/qexo/latest/scripts/init.sh
T
okxlin 959e56bd4c feat: add qexo
Add Qexo as a 1Panel local app with strict adapter validation and real moelin/1panel:v2 smoke coverage.
2026-06-27 20:19:58 +08:00

5 lines
94 B
Bash
Executable File

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