mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
install-ssh-authorized-keys: Enable -o pipefail to catch AWS errors.
This commit is contained in:
committed by
Tim Abbott
parent
a0347e76cb
commit
afa24923e5
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -euo pipefail
|
||||||
|
|
||||||
username="$1"
|
username="$1"
|
||||||
ssh_secret_name="$2"
|
ssh_secret_name="$2"
|
||||||
|
|||||||
Reference in New Issue
Block a user