From 1328e76fe9852a328c50ec4feebea459e0bbe925 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 19 Oct 2025 21:04:33 +0200 Subject: [PATCH] unprint await steps Signed-off-by: Kiara Grouwstra --- deployment/run/tf-proxmox/await-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/run/tf-proxmox/await-ssh.sh b/deployment/run/tf-proxmox/await-ssh.sh index 448deb09..1c83aee4 100644 --- a/deployment/run/tf-proxmox/await-ssh.sh +++ b/deployment/run/tf-proxmox/await-ssh.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -set -xeuo pipefail +set -euo pipefail declare username host key_file ssh_opts readarray -t ssh_opts < <(echo "$ssh_opts" | jq -r '.[]')