if statement typo

This commit is contained in:
Raphaël Numbus
2026-01-03 19:24:56 +01:00
parent 6c15ff4431
commit 28beb519d4
+1 -1
View File
@@ -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