Files
appstore/apps/kspeeder/0.7.14/scripts/init.sh
T
renovate[bot]andgithub-action update-app-version b1b19e82f1 Update linkease/kspeeder Docker tag to v0.7.14 (#4628)
* Update linkease/kspeeder Docker tag to v0.7.14

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2026-07-09 12:50:47 +08:00

7 lines
155 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
DATA_DIR="${APP_DATA_DIR:-./data/runtime}"
CONFIG_DIR="${APP_CONFIG_DIR:-./data/config}"
mkdir -p "$DATA_DIR" "$CONFIG_DIR"