mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 08:01:04 +00:00
Refine the remaining contributor app PRs after local merge. - switch Wavelog to the official ghcr.io/wavelog/wavelog:2.2.1 image - document Wavelog installer, database handoff, and upstream CVE risk - normalize gateway-go metadata, fixed host-network port, scripts, and README risk notes - compress gateway-go logo and add missing runtime scripts Refs: #3310, #3170
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
mkdir -p "${DATA_PATH:-./data}"
|