mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
fix post build
This commit is contained in:
parent
5c1fc0768d
commit
3b7ca01907
@ -1,9 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
SCRIPT_DIR=${BR2_EXTERNAL_HASSIO_PATH}/scripts
|
||||||
BOARD_DIR=${2}
|
BOARD_DIR=${2}
|
||||||
|
|
||||||
. rootfs_layer.sh
|
. ${SCRIPT_DIR}/rootfs_layer.sh
|
||||||
. ../info
|
. ${BR2_EXTERNAL_HASSIO_PATH}/info
|
||||||
. ${BOARD_DIR}/info
|
. ${BOARD_DIR}/info
|
||||||
|
|
||||||
# Hass.io OS tasks
|
# Hass.io OS tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user