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 '.[]')