mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
7 lines
257 B
Bash
Executable File
7 lines
257 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Setup folder structure
|
|
# ==============================================================================
|
|
mkdir -p /data/cache
|
|
mkdir -p /data/db
|