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 875a943 commit 3196899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ secretreader=""

mac_reading_passwords_out_of_secrets(){
echo "start mac_reading_passwords_out_of_secrets"
echo "\$1 is $1"
echo "\$secretname is $secretname"
secretreader="export $1=\$(security find-generic-password -a $USER -s $secretname -w)"
echo "end mac_reading_passwords_out_of_secrets"
}
Expand Down

0 comments on commit 3196899

Please sign in to comment.