Skip to content

Commit

Permalink
debug with echo
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jan 6, 2025
1 parent 3196899 commit f569e49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion superexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
###########################################################
Expand Down

0 comments on commit f569e49

Please sign in to comment.