Skip to content

Commit

Permalink
Remove -x option since it makes shell script output unreadable
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 15, 2024
1 parent 70eb614 commit 83e07ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/production/scripts/update_known_hosts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
set -euo pipefail
# This script updates the known_hosts file with the SSH host keys of all hosts
# in the ansible inventory. It should be run after the hosts have been added to
# the inventory as part of terraform provisioning process.
Expand Down

0 comments on commit 83e07ef

Please sign in to comment.