From 28beb519d40d3364964b83ba07180ab247ab8277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sat, 3 Jan 2026 19:24:56 +0100 Subject: [PATCH] if statement typo --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 3d40ede..6e75242 100644 --- a/deploy.sh +++ b/deploy.sh @@ -182,7 +182,7 @@ ls /dev/serial/by-id/ 2>/dev/null | grep -i "zigbee" && TARGET_ZIGBEE_DEVICE=\$( TARGET_INTERFACE=\$(ip -4 route show default | awk '{print \$5}' | head -n1) -if ls -l /sys/class/tpm/tpm0/; +if ls -l /sys/class/tpm/tpm0/; then TARGET_TPM="true" TARGET_TPM_VERSION=\$(cat /sys/class/tpm/tpm0/tpm_version_major) else