Skip to content

Commit f74b449

Browse files
committed
WIP: nick.farrell 29/09/25 22:00 fedora
1 parent 9050df7 commit f74b449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/digitalocean.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ func generateUserDataForSecureIntroduction(
569569
}
570570
shellScript := fmt.Sprintf(
571571
`#!/bin/bash
572-
set -ex
572+
set -exuo pipefail
573573
ROLE_ID="%v"
574574
VAULT_ADDR="%v"
575575
export VAULT_ADDR
@@ -605,7 +605,7 @@ echo "$ROLE_ID" > "role_id"
605605
*/
606606
shellScript := fmt.Sprintf(strings.ReplaceAll(
607607
`#!/bin/bash
608-
set -ex
608+
set -exuo pipefail
609609
ROLE_ID="%v"
610610
VAULT_ADDR="%v"
611611
export VAULT_ADDR

0 commit comments

Comments
 (0)