mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
10 lines
352 B
Bash
10 lines
352 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: ESPHome
|
|
# This files creates all directories used by esphome
|
|
# ==============================================================================
|
|
|
|
pio_cache_base=/data/cache/platformio
|
|
|
|
mkdir -p "${pio_cache_base}"
|