From f569e493bbc2de59c1c209bf1673140ef7640f21 Mon Sep 17 00:00:00 2001 From: joergi <1439809+joergi@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:05:02 +0100 Subject: [PATCH] debug with echo #5 --- superexport.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/superexport.sh b/superexport.sh index 2b88823..0cf4658 100755 --- a/superexport.sh +++ b/superexport.sh @@ -92,9 +92,11 @@ fi # set the secretname to lowercase and put a prefix on # ####################################################### ## todo check if $4 is set or not +echo "xxxxxxxxxxx\$1 is $1" +echo "xxxxxxxxxxx\$4 is $4" secretname=$(echo "$1" | tr '[:upper:]' '[:lower:]') secretname=$4-$secretname - +echo "xxxxxxxxxxx\$secretname is $secretname" ########################################################### # get variables out of vault and export it to the secrets # ###########################################################