Skip to content

Commit b7f50a0

Browse files
committed
Disable set -x
1 parent 39ff72c commit b7f50a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/conf/bin/bk-mount-instance-storage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -euxo pipefail
2+
set -euo pipefail
33

44
# Write to system console and to our log file
55
# See https://alestic.com/2010/12/ec2-user-data-output/

0 commit comments

Comments
 (0)