From a67644831321aa2323128d9a4ee9a0a706a88468 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 15 May 2018 23:47:19 +0200 Subject: [PATCH] fix path v2 --- 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 ffed50e32..61b6f9d94 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}/rauc/system.conf +sed -i "s/%COMPATIBLE%/${HASSIO_ID}-${BOARD_ID}/g" ${TARGET_DIR}/etc/rauc/system.conf # Settup the correct CA if [ "${DEPLOYMENT}" == "development"]; then