From 8f8a8b4be4f225be644de85de91b372db80bfaf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Thu, 28 May 2026 09:42:48 +0200 Subject: [PATCH] Misc change --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index c4930f5..77b2d8c 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -332,7 +332,7 @@ detect_tpm detect_disks # --- Output --- -echo "\$HW_REPORT" | jq '.' > "$TMPFILE" +echo "\$HW_REPORT" | jq '.' > "${TMPFILE}" SSHEND scp -i "${TMP_EXTRA_PATH}/home/numbus-admin/.ssh/id_ed25519" "${TARGET_USER}@${LIVE_TARGET_IP}":"${TMPFILE}" "${HW_DATA_FILE}" >> "${STDOUT}" 2>> "${STDERR}"