Skip to content

Commit 8a49bb8

Browse files
authored
set -x in Terraform deployer run script (#699)
In #665 we removed `-x` to debug an issue with script shebang, but the intention wasn't to remove it entirely from the script. This commit sets `-x` for the whole the script.
1 parent 563258a commit 8a49bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/install/_static/terraform_deployer_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euo pipefail
3+
set -euxo pipefail
44

55
# Terraform code may rely on content from other files than .tf files (es json, zip, html, text), so we copy all the content over
66
# See more: https://github.com/elastic/elastic-package/pull/603

0 commit comments

Comments
 (0)