build-hass/rootfs/bin/entrypoint.sh

11 lines
152 B
Bash
Executable File

#!/bin/bash
set -e
/usr/local/bin/frontend_path.py
which python3 hass
du -sh ${HASS_VENV_PATH} || true
du -sh /usr/local
python3 -m homeassistant $@