From 701ad138d715d3cdb9cb9021e29ec1286d91e04c Mon Sep 17 00:00:00 2001 From: Sriharsha Pallekonda <31884369+SriharshaHack@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:36:05 +0530 Subject: [PATCH] Update bootstrap.sh --- infra/bootstrapping/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bootstrapping/bootstrap.sh b/infra/bootstrapping/bootstrap.sh index ff3544410c..64c22c04ff 100644 --- a/infra/bootstrapping/bootstrap.sh +++ b/infra/bootstrapping/bootstrap.sh @@ -7,7 +7,7 @@ set -o errexit set -o pipefail set -o nounset # set -o xtrace # For debugging - +echo "Hello!! from DevSec" # set -Eeuo pipefail # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ # set -o xtrace # For debugging