From cbcf9fbe3bd242f99a89f15a9e3de03c13ce8a08 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 16 May 2018 00:04:48 +0200 Subject: [PATCH] Update post-build.sh --- buildroot-external/scripts/post-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/scripts/post-build.sh b/buildroot-external/scripts/post-build.sh index b251d63f7..e805bb419 100755 --- a/buildroot-external/scripts/post-build.sh +++ b/buildroot-external/scripts/post-build.sh @@ -32,7 +32,7 @@ install_hassos_cli ) > ${TARGET_DIR}/etc/machine-info # Settup rauc -sed -i "s/%COMPATIBLE%/${HASSIO_ID}-${BOARD_ID}/g" ${TARGET_DIR}/etc/rauc/system.conf +sed -i "s/%COMPATIBLE%/${HASSOS_ID}-${BOARD_ID}/g" ${TARGET_DIR}/etc/rauc/system.conf # Settup the correct CA if [ "${DEPLOYMENT}" == "development" ]; then