1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-09 04:10:58 +01:00
esphome/docker/ha-addon-rootfs/etc/cont-init.d/30-dirs.sh
2022-11-17 16:14:10 +13:00

10 lines
352 B
Bash
Executable File

#!/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}"