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