mirror of
https://github.com/esphome/esphome.git
synced 2025-02-12 07:58:17 +00:00
10 lines
362 B
Bash
10 lines
362 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: ESPHome
|
|
# This files creates all directories used by esphome
|
|
# ==============================================================================
|
|
|
|
PLATFORMIO_CORE_DIR=/data/cache/platformio
|
|
|
|
mkdir -p "${PLATFORMIO_CORE_DIR}"
|