mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
APP_DATA_DIR="${APP_DATA_DIR:-./data}"
|
|
mkdir -p "${APP_DATA_DIR}"
|