Files
appstore/apps/chatwoot/latest/scripts/init.sh
T
2026-06-28 02:38:25 +08:00

9 lines
160 B
Bash
Executable File

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