Files
appstore/apps/overleaf/6.2.2/scripts/init.sh
T
okxlin 5bcef4c42d Fix Overleaf 6.2.2 package metadata
Rename the app version directory to match the primary image, remove the stale fixed version from the README, and document the official image scan risk.
2026-07-21 20:55:06 +08:00

9 lines
158 B
Bash
Executable File

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