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