Files
appstore/apps/trek/3.3.0/scripts/init.sh
T
renovate[bot]andgithub-action update-app-version f5b4542c33 Update mauriceboe/trek Docker tag to v3.3.0 - abandoned (#4751)
* Update mauriceboe/trek Docker tag to v3.3.0

* 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-12 16:35:28 +08:00

7 lines
151 B
Bash
Executable File

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