mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
fix bug
This commit is contained in:
parent
3599b68c97
commit
55d1d73cd6
@ -35,7 +35,7 @@ install_hassos_cli
|
||||
sed -i "s/%COMPATIBLE%/${HASSIO_ID}-${BOARD_ID}/g" ${TARGET_DIR}/etc/rauc/system.conf
|
||||
|
||||
# Settup the correct CA
|
||||
if [ ${DEPLOYMENT} == "development"]; then
|
||||
if [ "${DEPLOYMENT}" == "development" ]; then
|
||||
cp ${BR2_EXTERNAL_HASSOS_PATH}/ca/provisioning-ca.pem ${TARGET_DIR}/etc/rauc/keyring.pem
|
||||
else
|
||||
cp ${BR2_EXTERNAL_HASSOS_PATH}/ca/rel-ca.pem ${TARGET_DIR}/etc/rauc/keyring.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user